Skip to content

Commit d3c8042

Browse files
committed
Merge pull request bower#1532 from BiAiB/fix-zero-major-dependencies
Fix 0.x dependencies to prevent breaking API updates
2 parents e97bf47 + e590b44 commit d3c8042

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,39 +23,39 @@
2323
"bower-json": "~0.4.0",
2424
"bower-logger": "~0.2.2",
2525
"bower-registry-client": "~0.2.0",
26-
"cardinal": "~0.4.0",
27-
"chalk": "~0.5.0",
28-
"chmodr": "~0.1.0",
26+
"cardinal": "0.4.0",
27+
"chalk": "0.5.0",
28+
"chmodr": "0.1.0",
2929
"decompress-zip": "0.0.8",
3030
"fstream": "~1.0.2",
3131
"fstream-ignore": "~1.0.1",
3232
"glob": "~4.0.2",
3333
"graceful-fs": "~3.0.1",
3434
"handlebars": "~2.0.0",
35-
"inquirer": "~0.7.1",
36-
"insight": "~0.4.3",
35+
"inquirer": "0.7.1",
36+
"insight": "0.4.3",
3737
"is-root": "~1.0.0",
3838
"junk": "~1.0.0",
3939
"lockfile": "~1.0.0",
4040
"lru-cache": "~2.5.0",
41-
"mkdirp": "~0.5.0",
42-
"mout": "~0.10.0",
41+
"mkdirp": "0.5.0",
42+
"mout": "0.10.0",
4343
"nopt": "~3.0.0",
4444
"opn": "~1.0.0",
45-
"osenv": "~0.1.0",
45+
"osenv": "0.1.0",
4646
"p-throttler": "0.1.0",
47-
"promptly": "~0.2.0",
47+
"promptly": "0.2.0",
4848
"q": "~1.0.1",
4949
"request": "~2.42.0",
50-
"request-progress": "~0.3.0",
51-
"retry": "~0.6.0",
50+
"request-progress": "0.3.0",
51+
"retry": "0.6.0",
5252
"rimraf": "~2.2.0",
5353
"semver": "~2.3.0",
5454
"shell-quote": "~1.4.1",
5555
"stringify-object": "~1.0.0",
56-
"tar-fs": "~0.5.0",
56+
"tar-fs": "0.5.0",
5757
"tmp": "0.0.23",
58-
"update-notifier": "~0.2.0",
58+
"update-notifier": "0.2.0",
5959
"which": "~1.0.5"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)