Skip to content

Commit

Permalink
Upgrade: Switch dependencies to ^ and update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 27, 2016
1 parent 8325fd9 commit 3c3b7a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"dependencies": {
"clone-stats": "~0.0.1",
"clone-stats": "^0.0.1",
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "~1.17.0",
"should": "~2.1.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"rimraf": "~2.2.5",
"jshint": "~2.4.1",
"buffer-equal": "0.0.0",
"lodash.templatesettings": "~2.4.1",
"event-stream": "~3.1.0"
"mocha": "^1.17.0",
"should": "^4.0.4",
"mocha-lcov-reporter": "^0.0.1",
"coveralls": "^2.6.1",
"istanbul": "^0.3.0",
"rimraf": "^2.2.5",
"jshint": "^2.4.1",
"buffer-equal": "0.0.1",
"lodash.templatesettings": "^2.4.1",
"event-stream": "^3.1.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint . --exclude node_modules",
Expand Down

0 comments on commit 3c3b7a2

Please sign in to comment.