Merge branch 'master' of github.com:coralproject/talk into enh-test

This commit is contained in:
Belen Curcio
2016-11-02 09:12:47 -03:00
9 changed files with 5 additions and 9 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"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",
"start": "./bin/www",
"lint": "eslint .",
"test": "mocha"
},