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.
2 parents b866781 + 031240f commit 76ef9ceCopy full SHA for 76ef9ce
.npmignore
@@ -3,6 +3,6 @@ doc
3
scripts
4
src
5
tests
6
-Jakefile
+Jakefile.js
7
.travis.yml
8
.settings/
package.json
@@ -46,7 +46,7 @@
46
"build:tests": "jake tests",
47
"clean": "jake clean",
48
"jake": "jake",
49
- "postinstall": "node scripts/link-hooks.js"
+ "setup-hooks": "node scripts/link-hooks.js"
50
},
51
"browser": {
52
"buffer": false,
0 commit comments