Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Birch-san committed Jul 8, 2021
1 parent 0bdc366 commit 43f6cf9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions box2d-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "box2d-wasm",
"name": "liquidfun-wasm",
"version": "6.0.1",
"description": "Box2D compiled to WebAssembly",
"description": "Liquidfun fork of Box2D compiled to WebAssembly",
"module": "dist/es/entry.js",
"main": "dist/umd/entry.js",
"files": [
Expand All @@ -22,7 +22,7 @@
],
"types": "dist/Box2DModule.d.ts",
"repository": {
"url": "https://github.com/Birch-san/box2d-wasm/tree/master/box2d-wasm"
"url": "https://github.com/Birch-san/box2d-wasm/tree/liquidfun/box2d-wasm"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion integration-test-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^4.3.0"
},
"dependencies": {
"box2d-wasm": "workspace:*"
"box2d-wasm": "workspace:npm:liquidfun-wasm@*"
},
"engines": {
"node": ">= 14.8.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"typescript": "^4.0.0"
},
"dependencies": {
"box2d-wasm": "workspace:*"
"box2d-wasm": "workspace:npm:liquidfun-wasm@*"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 43f6cf9

Please sign in to comment.