Skip to content

Commit e4fb79b

Browse files
committed
Changing package.json back to original version
1 parent f205139 commit e4fb79b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
},
2121
"homepage": "https://github.com/samdutton/webrtc",
2222
"devDependencies": {
23-
"grunt": "^0.4.5",
23+
"grunt": ">=0.4.5",
2424
"grunt-cli": ">=0.1.9",
2525
"grunt-contrib-compress": "^0.13.0",
26-
"grunt-contrib-csslint": "^0.3.1",
26+
"grunt-contrib-csslint": ">=0.3.1",
2727
"grunt-contrib-jshint": "^0.10.0",
28-
"grunt-htmlhint": "^0.4.1",
28+
"grunt-htmlhint": ">=0.4.1",
2929
"grunt-jinja": "^0.3.0",
30-
"grunt-jscs": "^1.2.0",
31-
"grunt-jstestdriver-phantomjs": "0.0.7",
32-
"grunt-shell": "^1.1.1"
30+
"grunt-jscs": ">=0.8.1",
31+
"grunt-shell": "^1.1.1",
32+
"grunt-jstestdriver-phantomjs": ">=0.0.7"
3333
}
3434
}

0 commit comments

Comments
 (0)