移除private,因为这样就无法npm publish了。改名为club。因为NPM中的包的命名规范是不推荐带有node,或是js的名字。

This commit is contained in:
Jackson Tian 2012-02-16 00:11:37 +08:00
parent 8073f0f603
commit 35de88af6d

View File

@ -1,8 +1,7 @@
{
"name": "NodeClub"
, "version": "0.0.1"
"name": "club"
, "version": "0.0.2"
, "main": "./app.js"
, "private": true
, "dependencies": {
"express": "2.5.1",
"ejs": "0.5.0",