Skip to content

Commit

Permalink
Fix dependency listing in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Dec 3, 2014
1 parent f9db69d commit c7e96b7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,17 @@
"author": "Dave Geddes",
"license": "MIT",
"dependencies": {
"shelljs": "~0.3.0",
"semver": "~4.1.0",
"superagent": "~0.21.0",
"q": "~1.1.2"
"shelljs": "^0.3.0",
"semver": "^4.1.0",
"superagent": "^0.21.0",
"q": "^1.1.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-clean": "~0.6.0"
"grunt": "^0.4.5",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-clean": "^0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
"grunt": "^0.4.1"
}
}

0 comments on commit c7e96b7

Please sign in to comment.