Skip to content

Commit 8b9be8f

Browse files
committed
bump version
1 parent ea74d10 commit 8b9be8f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

box2d-wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "box2d-wasm",
2+
"name": "liquidfun-wasm",
33
"version": "6.0.2",
4-
"description": "Box2D compiled to WebAssembly",
4+
"description": "Liquidfun fork of Box2D compiled to WebAssembly",
55
"module": "dist/es/entry.js",
66
"main": "dist/umd/entry.js",
77
"files": [
@@ -22,7 +22,7 @@
2222
],
2323
"types": "dist/Box2DModule.d.ts",
2424
"repository": {
25-
"url": "https://github.com/Birch-san/box2d-wasm/tree/master/box2d-wasm"
25+
"url": "https://github.com/Birch-san/box2d-wasm/tree/liquidfun/box2d-wasm"
2626
},
2727
"scripts": {
2828
"test": "echo \"Error: no test specified\" && exit 1",

integration-test-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "^4.3.0"
2929
},
3030
"dependencies": {
31-
"box2d-wasm": "workspace:*"
31+
"box2d-wasm": "workspace:npm:liquidfun-wasm@*"
3232
},
3333
"engines": {
3434
"node": ">= 14.8.0"

integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"typescript": "^4.0.0"
2929
},
3030
"dependencies": {
31-
"box2d-wasm": "workspace:*"
31+
"box2d-wasm": "workspace:npm:liquidfun-wasm@*"
3232
}
3333
}

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)