Skip to content

Commit

Permalink
add optional dependency fsevents
Browse files Browse the repository at this point in the history
  • Loading branch information
gturi committed Jan 15, 2023
1 parent 2337ab2 commit 287e603
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
26 changes: 24 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"typedoc": "^0.23.24",
"typescript": "^4.8.3"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 287e603

Please sign in to comment.