1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

make package.json public

This commit is contained in:
Ivar 2016-06-16 17:43:11 +02:00 committed by Ivar Conradi Østhus
parent 1146274882
commit 0767c586cc

View File

@ -29,7 +29,6 @@
"node": ">=4.4.3"
},
"main": "./server-impl.js",
"private": true,
"scripts": {
"db-migrate-and-start": "npm run db-migrate && npm run start",
"start": "npm run build && NODE_ENV=production node server.js",