Skip to content

Commit 0828b10

Browse files
committed
bump version
1 parent bb17b63 commit 0828b10

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": "4.0.2",
4-
"description": "Box2D compiled to WebAssembly",
4+
"description": "Liquidfun fork of Box2D compiled to WebAssembly",
55
"module": "build/es/Box2D.js",
66
"main": "build/umd/Box2D.js",
77
"files": [
@@ -15,7 +15,7 @@
1515
],
1616
"types": "Box2DModule.d.ts",
1717
"repository": {
18-
"url": "https://github.com/Birch-san/box2d-wasm/tree/master/box2d-wasm"
18+
"url": "https://github.com/Birch-san/box2d-wasm/tree/liquidfun/box2d-wasm"
1919
},
2020
"scripts": {
2121
"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.0.3"
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
@@ -27,6 +27,6 @@
2727
"typescript": "^4.0.0"
2828
},
2929
"dependencies": {
30-
"box2d-wasm": "workspace:*"
30+
"box2d-wasm": "workspace:npm:liquidfun-wasm@*"
3131
}
3232
}

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)