Skip to content

Commit

Permalink
Declare "node-gyp@latest" as development dependency (gardener#878)
Browse files Browse the repository at this point in the history
* Declare "node-gyp@latest" dev dev dependency

* remove trailing whitespaces
  • Loading branch information
holgerkoser authored Nov 9, 2020
1 parent 8e113d4 commit 243de71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0",
"webpack": "^4.44.2"
},
},
"engines": {
"node": "^14.15.0",
"yarn": "^2.3.3"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"Sutter, Peter <[email protected]>"
],
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^6.8.0",
"node-gyp": "latest"
},
"engines": {
"node": "^14.15.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8352,6 +8352,7 @@ fsevents@^1.2.7:
resolution: "gardener-dashboard@workspace:."
dependencies:
eslint: ^6.8.0
node-gyp: latest
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 243de71

Please sign in to comment.