diff --git a/box2d-wasm/package.json b/box2d-wasm/package.json index 2a38c59..3940a5b 100644 --- a/box2d-wasm/package.json +++ b/box2d-wasm/package.json @@ -1,7 +1,7 @@ { - "name": "box2d-wasm", + "name": "liquidfun-wasm", "version": "6.0.4", - "description": "Box2D compiled to WebAssembly", + "description": "Liquidfun fork of Box2D compiled to WebAssembly", "module": "dist/es/entry.js", "main": "dist/umd/entry.js", "files": [ @@ -27,7 +27,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", diff --git a/integration-test-backend/package.json b/integration-test-backend/package.json index d483e90..374a852 100644 --- a/integration-test-backend/package.json +++ b/integration-test-backend/package.json @@ -28,7 +28,7 @@ "typescript": "^4.3.0" }, "dependencies": { - "box2d-wasm": "workspace:*" + "box2d-wasm": "workspace:npm:liquidfun-wasm@*" }, "engines": { "node": ">= 14.8.0" diff --git a/integration-test/package.json b/integration-test/package.json index 87fc83a..7d6e096 100644 --- a/integration-test/package.json +++ b/integration-test/package.json @@ -28,6 +28,6 @@ "typescript": "^4.0.0" }, "dependencies": { - "box2d-wasm": "workspace:*" + "box2d-wasm": "workspace:npm:liquidfun-wasm@*" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 120e8f5..233755e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: '@tsconfig/svelte': ^1.0.0 '@typescript-eslint/eslint-plugin': ^4.4.0 '@typescript-eslint/parser': ^4.4.0 - box2d-wasm: 'workspace:*' + box2d-wasm: 'workspace:npm:liquidfun-wasm@*' eslint: ^7.10.0 rollup: ^2.3.4 rollup-plugin-copy: ^3.4.0 @@ -64,7 +64,7 @@ importers: '@types/node': ^14.11.8 '@typescript-eslint/eslint-plugin': ^4.4.1 '@typescript-eslint/parser': ^4.4.1 - box2d-wasm: 'workspace:*' + box2d-wasm: 'workspace:npm:liquidfun-wasm@*' eslint: ^7.11.0 source-map-support: ^0.5.19 ts-node: ^10.0.0