Skip to content

Commit

Permalink
perf: add optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Dec 23, 2024
1 parent e2bade2 commit b8495a5
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 1 deletion.
243 changes: 243 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"sass": "$sass"
}
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "*"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 iOS major versions",
Expand Down
2 changes: 1 addition & 1 deletion src/accordionVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.3.1'
export default '4.3.1'

0 comments on commit b8495a5

Please sign in to comment.