mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Updates for merging server down
This commit is contained in:
@@ -1 +0,0 @@
|
||||
test/*.conf.js
|
||||
+3
-6
@@ -1,8 +1,5 @@
|
||||
/node_modules
|
||||
/npm-debug.log
|
||||
/build
|
||||
/server/widgets/*.js
|
||||
/server/widgets/*.html
|
||||
node_modules
|
||||
npm-debug.log
|
||||
dist
|
||||
.DS_Store
|
||||
config.json
|
||||
*.iml
|
||||
|
||||
+3
-3
@@ -2,10 +2,10 @@
|
||||
"name": "talk",
|
||||
"version": "0.0.1",
|
||||
"description": "A commenting platform from The Coral Project. https://coralproject.net",
|
||||
"main": "./server/bin/www",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "./server/bin/www",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"start": "./bin/www"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user