Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Explicitly set the files to install
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and markelog committed Feb 26, 2014
1 parent 88417de commit d5fda4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@
"scripts": {
"test": "jshint . && node bin/jscs lib test bin && mocha -u bdd -R spec",
"browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js"
}
},
"files": [
"bin",
"lib",
"LICENSE"
]
}

0 comments on commit d5fda4c

Please sign in to comment.