Skip to content

Commit

Permalink
Move @parcel/watcher to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Oct 31, 2024
1 parent 6174cdf commit e1f3d9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"node": ">=14.0.0"
},
"dependencies": {
"@parcel/watcher": "^2.4.1",
"chokidar": "^4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
Expand All @@ -32,5 +31,8 @@
"types": "types/index.d.ts",
"exports": {
"types": "./types/index.d.ts"
},
"optionalDependencies": {
"@parcel/watcher": "^2.4.1"
}
}

0 comments on commit e1f3d9c

Please sign in to comment.