Skip to content

Commit

Permalink
fix dependencies' version
Browse files Browse the repository at this point in the history
  • Loading branch information
GochoMugo committed Mar 16, 2015
1 parent e72dee8 commit fea65dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -25,14 +25,14 @@
"main": "json-concat.js",
"dependencies": { },
"devDependencies": {
"grunt": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-copy": "latest",
"grunt-mocha-test": "latest",
"istanbul": "latest",
"lodash": "latest",
"shelljs": "latest",
"should": "latest"
"grunt": "~0.4.5",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-mocha-test": "~0.12.7",
"istanbul": "~0.3.8",
"lodash": "~3.5.0",
"shelljs": "~0.3.0",
"should": "~5.2.0"
},
"bin": {
"json-concat": "./cmd.js"
Expand Down

0 comments on commit fea65dc

Please sign in to comment.