We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b3e9 commit 9e793edCopy full SHA for 9e793ed
1 file changed
package.json
@@ -65,9 +65,6 @@
65
"bin": {
66
"fielddb-web": "./bin/fielddb-web-server"
67
},
68
- "engines": {
69
- "node": "^4.0 || ^6.0"
70
- },
71
"scripts": {
72
"build": "npm run webpack && gulp build",
73
"build:production": "rimraf dist/ && NODE_ENV=production API_BASE_URL=http://localhost:8000 npm run webpack && API_BASE_URL=http://localhost:8000 NODE_ENV=production gulp build",
0 commit comments