Closed mrzapp closed 9 years ago
Thanks, any chance you could help with this?
I saw that you mentioned something about missing cards. Was this resolved?
Sure thing. The missing cards issue was just my misunderstanding.
Just change the package.json
to this:
{
"name": "nodejs-against-humanity",
"version": "1.0.0-14",
"description": "Cards Against Humanities implemented in NodeJS",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/amirrajan/nodejs-against-humanity.git"
},
"dependencies": {
"express": "~3.4.4",
"ejs": "~0.8.3",
"jasmine-node": "~1.11.0",
"underscore": "~1.4.2",
"socket.io": "~0.9.11",
"backbone": "~1.1.2",
"qs": "~0.6.5",
"oauth": "~0.9.10",
"redis": "~0.8.4",
"redis-url": "0.3.1",
"request": "~2.27.0"
},
"subdomain": "nah-amir-rajan",
"engines": {
"node": "0.10.x"
}
}
backbone and redis-url need to be updated to the latest versions, the versions referenced don't include the now mandatory "repository" field