ignore bundle, fix package.json

This commit is contained in:
Manuel Araoz 2014-01-31 12:05:37 -05:00
parent 995d07043b
commit b579302b64
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
build/ build/
browser/bundle.js
node_modules/ node_modules/
*.swp *.swp
*~ *~

View File

@ -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"
} }