Skip to content

Commit 37a4dcd

Browse files
author
Shanthosh Pushparajah
committed
Revert "test"
This reverts commit 5093b64.
1 parent 744a8e1 commit 37a4dcd

23 files changed

+599
-1008
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 160 deletions
This file was deleted.

.gitignore

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
# IntelliJ project files
2-
.idea
3-
*.iml
1+
# Logs
2+
logs
3+
*.log
44

5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
# Directory for instrumented libs generated by jscoverage/JSCover
11+
lib-cov
12+
13+
# Coverage directory used by tools like istanbul
14+
coverage
15+
16+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17+
.grunt
18+
19+
# node-waf configuration
20+
.lock-wscript
21+
22+
# Compiled binary addons (http://nodejs.org/api/addons.html)
23+
build/Release
24+
25+
# Dependency directory
26+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
527
node_modules

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)