Skip to content

Commit 2b06786

Browse files
committed
cleaned package.json
weird
1 parent f44729f commit 2b06786

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,21 @@
3939
},
4040
"dependencies": {
4141
"jsonpointer.js": "0.3.0",
42-
"tv4": "^1.0.16",
43-
"grunt-mocha-test": "^0.10.0",
44-
"grunt-mocha": "^0.4.10",
45-
"require": "^0.5.0"
42+
"tv4": "~1.0.16"
4643
},
4744
"devDependencies": {
4845
"grunt": "~0.4.2",
4946
"grunt-cli": "~0.1",
50-
"chai": "^1.9.0",
51-
"mocha": "^1.18.0",
52-
"grunt-mocha": "^0.4.10",
53-
"grunt-contrib-jshint": "^0.9.2",
47+
"chai": "~1.9.0",
48+
"mocha": "~1.18.0",
49+
"grunt-mocha": "~0.4.10",
50+
"grunt-contrib-jshint": "~0.9.2",
5451
"jshint-path-reporter": "~0.1",
5552
"grunt-continue": "0.0.1",
56-
"grunt-mocha-test": "~0.7.0",
57-
"mocha-unfunk-reporter": "^0.4.0",
53+
"grunt-mocha-test": "~0.10.0",
54+
"mocha-unfunk-reporter": "~0.4.0",
5855
"grunt-bump": "0.0.11",
59-
"requirejs": "~2.1.9"
56+
"requirejs": "~2.1.11"
6057
},
6158
"peerDependencies": {
6259
"chai": ">= 1.6.1 < 2"

0 commit comments

Comments
 (0)