Skip to content

Commit 9e793ed

Browse files
committed
remove engines restriction
1 parent cd7b3e9 commit 9e793ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
"bin": {
6666
"fielddb-web": "./bin/fielddb-web-server"
6767
},
68-
"engines": {
69-
"node": "^4.0 || ^6.0"
70-
},
7168
"scripts": {
7269
"build": "npm run webpack && gulp build",
7370
"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

Comments
 (0)