Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "hey-jin", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "a package that says hi to jin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,6 +8,5 @@ #!/usr/bin/env node | ||
var dir = __dirname + '/node_modules/hey-jin/'; | ||
console.log(__dirname); | ||
var file = __dirname + '/package.json'; | ||
fs.readFile('./node_modules/hey-jin/package.json', function read(err, data) { | ||
fs.readFile(file, function read(err, data) { | ||
if (err) { | ||
@@ -14,0 +13,0 @@ console.log('Did you delete your package.json?'); |
2381
56