Skip to content

Commit

Permalink
optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eddow committed Jun 8, 2024
1 parent ff8bc21 commit 9576fa7
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ node_modules
/temp
/coverage
.vercel
.vscode/settings.json
# rollup has different setup on linux/windows, so dependencies are different
#package-lock.json
.vscode/settings.json
237 changes: 237 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@
"tslib": "^2.6.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0",
"@rollup/rollup-win32-x64-msvc": "^4.18.0"
}
}

0 comments on commit 9576fa7

Please sign in to comment.