Skip to content

Commit 49a691c

Browse files
committed
fix(package.json): ensure dependencies prior to 1.0.0 are explicitly versioned
1 parent 38802b9 commit 49a691c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"node": ">=0.10.0"
2222
},
2323
"dependencies": {
24-
"chalk": "~0.4.0",
25-
"coffee-script": "~1.7.1"
24+
"chalk": "0.5.0",
25+
"coffee-script": "^1.7.1"
2626
},
2727
"devDependencies": {
28-
"conventional-changelog": "~0.0.11",
29-
"gulp": "~3.8.0",
30-
"gulp-util": "~2.2.17"
28+
"conventional-changelog": "0.0.11",
29+
"gulp": "^3.8.5",
30+
"gulp-util": "^2.2.19"
3131
},
3232
"files": [
3333
"CHANGELOG.md",

0 commit comments

Comments
 (0)