1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

correct typo in main field

This commit is contained in:
sveisvei 2016-06-19 10:47:09 +02:00
parent c53abeb57d
commit 1babde01a3

View File

@ -23,7 +23,7 @@
"engines": {
"node": "6"
},
"main": "./lib/index.js",
"main": "./server.js",
"scripts": {
"db-migrate-and-start": "npm run db-migrate && npm run start",
"start": "NODE_ENV=production node server.js",