We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698301e commit 498c0e0Copy full SHA for 498c0e0
2 files changed
.gitignore
@@ -3,3 +3,8 @@ node_modules/
3
*.swp
4
.tern-port
5
npm-debug.log
6
+accounts
7
+profile
8
+inbox
9
+.acl
10
+config.json
package.json
@@ -74,7 +74,8 @@
74
"test-params": "./node_modules/mocha/bin/mocha ./test/params.js",
75
"test-http": "./node_modules/mocha/bin/mocha ./test/http.js",
76
"test-formats": "./node_modules/mocha/bin/mocha ./test/formats.js",
77
- "test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js"
+ "test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js",
78
+ "clean": "rm -rf config.json accounts profile inbox .acl"
79
},
80
"standard": {
81
"globals": [
0 commit comments