Skip to content

Commit

Permalink
fix required engine for app (#6810)
Browse files Browse the repository at this point in the history
fix required engine for app
  • Loading branch information
ndelangen authored May 17, 2019
2 parents fa11f9c + 25363d2 commit 20dd1ec
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"zone.js": "^0.8.29"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ember-source": "^3.4.0"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-loader": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"marko-widgets": "^7.0.1"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mithril": "^1.1.6"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"polymer-webpack-loader": "^2.0.2"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"preact": "^8.4.2"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/react-native-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-loader": "^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-native": ">=0.57.0"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dom": "*"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/riot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"riot-tag-loader": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"svelte-loader": "^2.9.1"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue-template-compiler": "^2.6.8"
},
"engines": {
"node": "^8"
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit 20dd1ec

@vercel
Copy link

@vercel vercel bot commented on 20dd1ec May 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.