@bluealba/carryall
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@bluealba/carryall", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An easy way to keep your environments in sync", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"bin": { | ||
"carryall": "./index.js" | ||
}, | ||
"license": "MIT", | ||
"bin": { | ||
"carryall": "./index.js" | ||
}, | ||
"scripts": { | ||
"test": "jest --coverage" | ||
}, | ||
}, | ||
"devDependencies": { | ||
@@ -19,2 +19,3 @@ "eslint": "^5.9.0", | ||
"dependencies": { | ||
"bluebird": "^3.5.3", | ||
"chalk": "^2.4.1", | ||
@@ -21,0 +22,0 @@ "co": "^4.6.0", |
Sorry, the diff of this file is not supported yet
253078
10
+ Addedbluebird@^3.5.3
+ Addedbluebird@3.7.2(transitive)