ignore bundle, fix package.json
This commit is contained in:
parent
995d07043b
commit
b579302b64
|
@ -1,4 +1,5 @@
|
||||||
build/
|
build/
|
||||||
|
browser/bundle.js
|
||||||
node_modules/
|
node_modules/
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
"grunt-mocha-test": "~0.8.2"
|
"grunt-mocha-test": "~0.8.2",
|
||||||
|
"grunt-browserify": "~1.3.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue