mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
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:
committed by
Adam Stankiewicz
parent
66894f5654
commit
466f2f6c5c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user