We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2abeaf commit b4067f7Copy full SHA for b4067f7
grunt/githooks.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
all: {
3
- 'pre-commit': 'grunt eslint',
+ 'pre-commit': 'eslint',
4
},
5
}
package.json
@@ -1,11 +1,11 @@
{
"name": "nuclear-js",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Immutable, reactive Flux architecture. UI Agnostic.",
"main": "dist/nuclear.js",
6
"scripts": {
7
"test": "grunt ci",
8
- "postinstall": "grunt githooks"
+ "postinstall": "./node_modules/grunt-cli/bin/grunt githooks"
9
10
"author": "Jordan Garcia",
11
"license": "MIT",
@@ -55,6 +55,7 @@
55
"load-grunt-config": "^0.17.1",
56
"lodash": "^2.4.1",
57
"react": "^0.13.2",
58
- "webpack": "^1.8.11"
+ "webpack": "^1.8.11",
59
+ "grunt-cli": "^0.1.13"
60
61
0 commit comments