Skip to content

Commit

Permalink
Add fsevents as optional dependency to public package
Browse files Browse the repository at this point in the history
  • Loading branch information
adampauls committed Jul 14, 2023
1 parent 6a15a6d commit f9d953c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"prepack": "npm run clean && shx cp ../../README.md . && shx cp ../../LICENSE.txt . && npm run build",
"webpack": "webpack --mode development --progress"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^10.1.0",
"@types/node": "^17.0.45",
Expand Down

0 comments on commit f9d953c

Please sign in to comment.