mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
移除private,因为这样就无法npm publish了。改名为club。因为NPM中的包的命名规范是不推荐带有node,或是js的名字。
This commit is contained in:
parent
8073f0f603
commit
35de88af6d
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user