mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
tweak: fix package-lock.json
Using npm install appears to have different results depending on whether or not the parent directory of the puter repository happens to have a package.json file (ex: nested workspaces).
This commit is contained in:
parent
eb05fbd2dc
commit
431b0da027
9
package-lock.json
generated
9
package-lock.json
generated
@ -12,7 +12,6 @@
|
||||
"packages/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
"json-colorizer": "^3.0.1",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
@ -11423,6 +11422,10 @@
|
||||
"querystring": "0.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/useapi": {
|
||||
"resolved": "packages/useapi",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/utif2": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
|
||||
@ -12537,6 +12540,10 @@
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"packages/useapi": {
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-only"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user