Skip to content

Commit 672a5b2

Browse files
author
Matthew Rourke
committed
Update package.json for npm publish
1 parent e4b919f commit 672a5b2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@
2525
"README.md",
2626
"LICENSE-MIT"
2727
],
28-
"engines": {
28+
"engines": {
2929
"node": ">= 0.8.0"
3030
},
3131
"scripts": {
3232
"test": "grunt test"
3333
},
3434
"devDependencies": {
35-
"grunt-contrib-jshint": "^0.9.2",
35+
"grunt": "~0.4.5",
3636
"grunt-contrib-clean": "^0.5.0",
37-
"grunt": "~0.4.5"
37+
"grunt-contrib-jshint": "^0.9.2",
38+
"grunt-contrib-nodeunit": "^0.4.1",
39+
"mocha": "^2.2.5"
3840
},
3941
"peerDependencies": {
4042
"grunt": "~0.4.5"

0 commit comments

Comments
 (0)