Avoid problems with version pattern ^X.Y.Z

Older versions of npm don't recognize that pattern
This commit is contained in:
Corey Johnson 2014-05-08 09:19:58 -07:00
parent bd4e56fd08
commit 255cdbb60a

View File

@ -27,6 +27,8 @@
"json-front-matter": "~0.1.3", "json-front-matter": "~0.1.3",
"legal-eagle": "~0.4.0", "legal-eagle": "~0.4.0",
"minidump": "0.5.x", "minidump": "0.5.x",
"read-package-json": "1.1.8",
"normalize-package-data": "0.2.12",
"rcedit": "~0.1.2", "rcedit": "~0.1.2",
"request": "~2.27.0", "request": "~2.27.0",
"rimraf": "~2.2.2", "rimraf": "~2.2.2",