Comparing version 1.0.24 to 1.0.25
@@ -1,1 +0,23 @@ | ||
{"name":"hey-jin","version":"1.0.24","description":"a package that says hi to jin","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"me","license":"Apache-2.0","bin":{"hey":"./index.js","hs":"./hs.js","talk":"./talk.js"},"dependencies":{"body-parser":"^1.18.2","co":"^4.6.0","co-prompt":"^1.0.0","superagent":"^3.8.1"}} | ||
{ | ||
"name": "hey-jin", | ||
"version": "1.0.25", | ||
"description": "a package that says hi to jin", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "me", | ||
"license": "Apache-2.0", | ||
"bin": { | ||
"hey": "./index.js", | ||
"hs": "./hs.js", | ||
"talk": "./talk.js" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"chalk": "^2.3.0", | ||
"co": "^4.6.0", | ||
"co-prompt": "^1.0.0", | ||
"superagent": "^3.8.1" | ||
} | ||
} |
2852
5
+ Addedchalk@^2.3.0
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)