Skip to content

Commit b2968bf

Browse files
committed
Relax some of the dependencies
1 parent 0cbf831 commit b2968bf

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,39 @@
3232
"homepage": "https://github.com/Munter/fusile",
3333
"bin": "bin/fusile-bin.js",
3434
"dependencies": {
35-
"chalk": "1.1.3",
36-
"csserror": "2.0.2",
37-
"errno": "0.1.4",
38-
"fuse-bindings": "2.8.1",
35+
"chalk": "^1.1.3",
36+
"csserror": "^2.0.2",
37+
"errno": "^0.1.4",
38+
"fuse-bindings": "^2.8.1",
3939
"gaze": "1.0.0",
40-
"minimatch": "3.0.0",
41-
"minimist": "1.2.0",
42-
"mkdirp": "0.5.1",
43-
"rimraf": "2.5.2",
44-
"tolk": "2.0.0",
45-
"when": "3.7.7"
40+
"minimatch": "^3.0.0",
41+
"minimist": "^1.2.0",
42+
"mkdirp": "^0.5.1",
43+
"rimraf": "^2.5.2",
44+
"tolk": "^2.0.0",
45+
"when": "^3.7.7"
4646
},
4747
"devDependencies": {
4848
"LiveScript": "1.3.1",
4949
"babel-core": "6.9.1",
5050
"babel-preset-es2015": "6.9.0",
5151
"coco": "0.9.1",
5252
"coffee-script": "1.10.0",
53-
"coveralls": "2.11.9",
53+
"coveralls": "^2.11.9",
5454
"css-parse": "2.0.0",
5555
"dogescript": "2.3.0",
56-
"istanbul": "0.4.3",
57-
"jshint": "2.9.2",
56+
"istanbul": "^0.4.3",
57+
"jshint": "^2.9.2",
5858
"less": "2.7.1",
5959
"marked": "0.3.5",
60-
"mocha": "2.5.3",
61-
"mocha-lcov-reporter": "1.2.0",
60+
"mocha": "^2.5.3",
61+
"mocha-lcov-reporter": "^1.2.0",
6262
"myth": "1.5.0",
6363
"node-sass": "3.7.0",
6464
"sinon": "1.17.4",
6565
"stylus": "0.54.5",
6666
"swig": "1.4.2",
67-
"unexpected": "10.13.3",
68-
"unexpected-sinon": "10.2.1"
67+
"unexpected": "^10.13.3",
68+
"unexpected-sinon": "^10.2.1"
6969
}
7070
}

0 commit comments

Comments
 (0)