Skip to content

Commit

Permalink
Upgrade: Switch from ~ to ^ for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra authored and phated committed Nov 28, 2017
1 parent 8a4987c commit 8740985
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./index.js",
"dependencies": {
"vinyl": "~0.2.0",
"glob-stream": "~3.1.5",
"glob-watcher": "~0.0.1",
"mkdirp": "~0.3.5",
"graceful-fs": "~2.0.1",
"map-stream": "~0.1.0"
"vinyl": "^0.2.0",
"glob-stream": "^3.1.5",
"glob-watcher": "^0.0.3",
"mkdirp": "^0.3.5",
"graceful-fs": "^2.0.1",
"map-stream": "^0.1.0"
},
"devDependencies": {
"mocha": "~1.17.0",
"should": "~3.0.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"rimraf": "~2.2.5",
"jshint": "~2.4.1",
"mocha": "^1.17.0",
"should": "^3.0.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",
"through2": "~0.4.0"
"through2": "^0.4.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint",
Expand Down

0 comments on commit 8740985

Please sign in to comment.