Remove unnecessary entries from package.json

master
Steven Loria 7 years ago
parent e047530e24
commit f86e6688a5
No known key found for this signature in database
GPG Key ID: 1655D1A1BDFBA4D7
  1. 5
      {{cookiecutter.app_name}}/package.json

@ -2,12 +2,7 @@
"name": "{{cookiecutter.app_name}}",
"version": "1.0.0",
"description": "{{cookiecutter.project_short_description}}",
"main": "js/main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --colors -p",
"start": "./node_modules/.bin/concurrently -n \"WEBPACK,FLASK\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run webpack-dev-server\" \"npm run flask-server\"",
"webpack-dev-server": "NODE_ENV=debug ./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline",

Loading…
Cancel
Save