Skip to content

Commit

Permalink
fix: add fsevents as a dependency (#5133)
Browse files Browse the repository at this point in the history
* fix: add fsevents as a dependency

* chore: removed unused lib package

* Revert "chore: removed unused lib package"

This reverts commit fda12f6.
  • Loading branch information
mkhq committed Sep 26, 2023
1 parent f0e5018 commit 76e186f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
4 changes: 4 additions & 0 deletions core/package.json
Expand Up @@ -69,6 +69,7 @@
"execa": "^4.1.0",
"fast-copy": "^3.0.1",
"fs-extra": "^11.1.0",
"fsevents": "^2.3.3",
"get-port": "^5.1.1",
"get-port-please": "^3.0.1",
"glob": "^10.2.6",
Expand Down Expand Up @@ -289,5 +290,8 @@
"build/src/**/*.js"
]
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"gitHead": "b0647221a4d2ff06952bae58000b104215aed922"
}
29 changes: 16 additions & 13 deletions package-lock.json

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

0 comments on commit 76e186f

Please sign in to comment.