We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a155d2 commit bf39060Copy full SHA for bf39060
.gitignore
@@ -23,3 +23,5 @@ build/Release
23
# Deployed apps should consider commenting this line out:
24
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
25
node_modules
26
+
27
+.DS_Store
package.json
@@ -14,6 +14,10 @@
14
"node": ">= 0.10"
15
},
16
"main": "index.js",
17
+ "files": [
18
+ "index.js",
19
+ "LICENSE"
20
+ ],
21
"scripts": {
22
"test": "lab -cv",
"lint": "jshint test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules"
0 commit comments