1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

correct typo in main field

This commit is contained in:
sveisvei 2016-06-19 10:47:09 +02:00 committed by Ivar Conradi Østhus
parent b3eaceace2
commit daaeaf7ddc

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",