Skip to content

Commit

Permalink
Relax some of the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jun 15, 2016
1 parent 0cbf831 commit b2968bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,39 +32,39 @@
"homepage": "https://github.com/Munter/fusile",
"bin": "bin/fusile-bin.js",
"dependencies": {
"chalk": "1.1.3",
"csserror": "2.0.2",
"errno": "0.1.4",
"fuse-bindings": "2.8.1",
"chalk": "^1.1.3",
"csserror": "^2.0.2",
"errno": "^0.1.4",
"fuse-bindings": "^2.8.1",
"gaze": "1.0.0",
"minimatch": "3.0.0",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"rimraf": "2.5.2",
"tolk": "2.0.0",
"when": "3.7.7"
"minimatch": "^3.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.2",
"tolk": "^2.0.0",
"when": "^3.7.7"
},
"devDependencies": {
"LiveScript": "1.3.1",
"babel-core": "6.9.1",
"babel-preset-es2015": "6.9.0",
"coco": "0.9.1",
"coffee-script": "1.10.0",
"coveralls": "2.11.9",
"coveralls": "^2.11.9",
"css-parse": "2.0.0",
"dogescript": "2.3.0",
"istanbul": "0.4.3",
"jshint": "2.9.2",
"istanbul": "^0.4.3",
"jshint": "^2.9.2",
"less": "2.7.1",
"marked": "0.3.5",
"mocha": "2.5.3",
"mocha-lcov-reporter": "1.2.0",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"myth": "1.5.0",
"node-sass": "3.7.0",
"sinon": "1.17.4",
"stylus": "0.54.5",
"swig": "1.4.2",
"unexpected": "10.13.3",
"unexpected-sinon": "10.2.1"
"unexpected": "^10.13.3",
"unexpected-sinon": "^10.2.1"
}
}

0 comments on commit b2968bf

Please sign in to comment.