Remove useless node launch argument

This commit is contained in:
benji7425 2018-01-03 17:01:04 +00:00
parent adab6692e7
commit 2ff31f8ec2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./discord-bot-core && npm install",
"start": "node app/index.js --max-old-space-size=64 --name=rss-feed"
"start": "node app/index.js --name=rss-feed"
},
"dependencies": {
"camo": "git+https://github.com/scottwrobinson/camo.git",