Skip to content

Commit

Permalink
fix(package): explicitly states compatibility with newer NodeJS versions
Browse files Browse the repository at this point in the history
affects: @buildit/gravity-ui-web
  • Loading branch information
James Nash committed Jan 2, 2020
1 parent b37dc92 commit c683497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/carbon
lts/dubnium
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"engines": {
"node": "^8.11.1",
"npm": "^5.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/gravity-ui-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"normalize-scss": "^7.0.1"
},
"engines": {
"node": "^8.11.1",
"npm": "^5.8.0"
"node": ">=8",
"npm": ">=5.8.0"
},
"eyeglass": {
"sassDir": "src/ui-lib/sass",
Expand Down

0 comments on commit c683497

Please sign in to comment.