Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "copy2cb", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A small module for CLI tools to write to both process.stdout and clipboard", | ||
"main": "copy.js", | ||
"main": "./lib/copy.js", | ||
"scripts": { | ||
@@ -24,5 +24,12 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"chalk": "^4.0.0", | ||
"copy-paste": "^1.3.0" | ||
}, | ||
"devDependencies": {}, | ||
"files": [ | ||
"lib" | ||
], | ||
"directories": { | ||
"lib": "lib" | ||
} | ||
} |
2694
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^4.0.0