lock down 0.0.x versions

as `~` causes unexpected and non-semver behaviour on them.

https://github.com/isaacs/node-semver
This commit is contained in:
Sindre Sorhus
2014-07-15 01:50:32 +02:00
committed by Adam Stankiewicz
parent 66894f5654
commit 466f2f6c5c

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"abbrev": "~1.0.4",
"archy": "~0.0.2",
"archy": "0.0.2",
"bower-config": "~0.5.2",
"bower-endpoint-parser": "~0.2.2",
"bower-json": "~0.4.0",
@@ -26,9 +26,9 @@
"cardinal": "~0.4.0",
"chalk": "~0.5.0",
"chmodr": "~0.1.0",
"decompress-zip": "~0.0.6",
"decompress-zip": "0.0.6",
"fstream": "~0.1.22",
"fstream-ignore": "~0.0.6",
"fstream-ignore": "0.0.6",
"glob": "~4.0.2",
"graceful-fs": "~3.0.1",
"handlebars": "~1.3.0",
@@ -43,7 +43,7 @@
"nopt": "~3.0.0",
"opn": "~0.1.1",
"osenv": "~0.1.0",
"p-throttler": "~0.0.1",
"p-throttler": "0.0.1",
"promptly": "~0.2.0",
"q": "~1.0.1",
"request": "~2.36.0",