Skip to content

Commit 65a5cb4

Browse files
committedDec 1, 2015
Merge pull request #65 from samkelleher/patch-1
Updated dependencies to use latest nodemon.
2 parents 3d206b0 + 654f911 commit 65a5cb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
},
2323
"devDependencies": {
2424
"grunt": "^0.4.5",
25-
"grunt-contrib-jshint": "^0.11.2",
25+
"grunt-contrib-jshint": "^0.11.3",
2626
"grunt-mdlint": "0.0.1",
2727
"grunt-release": "^0.13.0",
2828
"grunt-simple-mocha": "^0.4.0",
29-
"matchdep": "^0.3.0",
30-
"should": "^7.0.4"
29+
"matchdep": "^1.0.0",
30+
"should": "^7.1.0"
3131
},
3232
"dependencies": {
33-
"nodemon": "^1.4.1"
33+
"nodemon": "^1.7.1"
3434
}
3535
}

0 commit comments

Comments
 (0)