Browse Source

ignore bundle, fix package.json

patch-2
Manuel Araoz 11 years ago
parent
commit
b579302b64
  1. 1
      .gitignore
  2. 3
      package.json

1
.gitignore

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

3
package.json

@ -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…
Cancel
Save