Skip to content

Commit

Permalink
Add nodegyp devdep to fix yarn warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 22, 2020
1 parent 2cef39e commit 59366e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"bugs": {
"url": "https://github.com/fsevents/fsevents/issues"
},
"homepage": "https://github.com/fsevents/fsevents"
"homepage": "https://github.com/fsevents/fsevents",
"devDependencies": {
"node-gyp": "^6.1.0"
}
}

0 comments on commit 59366e7

Please sign in to comment.