Downgrade caw to 1.2.0 for Node 0.10 compatibility

This commit is contained in:
Rico Sta. Cruz
2016-06-19 00:30:34 +08:00
parent a8d87a5454
commit f2f563d5a9

View File

@@ -17,7 +17,7 @@
"dependencies": {
"bluebird": "3.4.1",
"byline": "4.2.1",
"caw": "^2.0.0",
"caw": "1.2.0",
"chalk": "1.1.3",
"commondir": "1.0.1",
"debug": "2.2.0",
@@ -33,12 +33,12 @@
"observatory": "1.0.0",
"rc": "1.1.6",
"read-pkg-up": "1.0.1",
"registry-auth-token": "^2.0.0",
"registry-auth-token": "2.0.0",
"registry-url": "3.1.0",
"rimraf": "2.5.2",
"semver": "5.1.0",
"sorted-object": "^2.0.0",
"supports-color": "^3.1.2",
"sorted-object": "2.0.0",
"supports-color": "3.1.2",
"tar-fs": "1.13.0",
"thenify": "3.2.0",
"throat": "3.0.0"