renamed package.js

This commit is contained in:
andris9 2011-06-13 23:27:54 +03:00
parent 114e4b2bf9
commit 32ad43e8e2
2 changed files with 17 additions and 0 deletions

17
npm-debug.log Normal file
View File

@ -0,0 +1,17 @@
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'publish' ]
info using npm@1.0.6
info using node@v0.4.8
verbose config file /root/.npmrc
verbose config file /usr/local/etc/npmrc
verbose publish [ '.' ]
ERR! couldn't read package.json in .
ERR! Error: ENOENT, No such file or directory 'package.json'
ERR! Report this *entire* log at:
ERR! <http://github.com/isaacs/npm/issues>
ERR! or email it to:
ERR! <npm-@googlegroups.com>
ERR!
ERR! System Linux 2.6.18-028stab079.1
ERR! command "node" "/usr/local/bin/npm" "publish"
verbose exit [ 2, true ]