Comparing version 1.0.25 to 1.0.26
@@ -1,23 +0,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" | ||
} | ||
} | ||
{"name":"hey-jin","version":"1.0.26","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"}} |
2751