Skip to content

Commit

Permalink
package-lock bug fix; see npm/cli#4828
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Izdat committed Nov 22, 2024
1 parent f568e2a commit 73e7a0e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
23 changes: 20 additions & 3 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsl-editor",
"version": "0.2.18",
"version": "0.2.17",
"private": true,
"scripts": {
"dev": "npm run get-localcore && cross-env BUILD_TYPE=static vite dev",
Expand Down Expand Up @@ -57,7 +57,12 @@
"uniqolor": "^1.1.1",
"uuid": "^10.0.0"
},
"os": [
"win32",
"linux"
],
"optionalDependencies": {
"rollup-linux-x64-gnu": "4.27.3"
"@rollup/rollup-win32-x64-msvc": "4.27.3",
"@rollup/rollup-linux-x64-gnu": "4.27.3"
}
}

0 comments on commit 73e7a0e

Please sign in to comment.