Skip to content

Commit

Permalink
fix both javascript package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jun 13, 2024
1 parent 0f37c38 commit 5cd6819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs-examples/2d/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rapier_snippets_javascript3d",
"name": "rapier_snippets_javascript2d",
"version": "1.0.0",
"description": "Javascript snippets from rapier.rs. Exists only to check it's compiling",
"scripts": {
Expand All @@ -12,6 +12,8 @@
"devDependencies": {
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"pixi-viewport": "^4.37.0",
"pixi.js": "^6.3.2",
"ts-loader": "^9.5.1",
"wasm-pack": "^0.12.1",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 1 addition & 3 deletions docs-examples/3d/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rapier_snippets_javascript2d",
"name": "rapier_snippets_javascript3d",
"version": "1.0.0",
"description": "Javascript snippets from rapier.rs. Exists only to check it's compiling",
"scripts": {
Expand All @@ -12,8 +12,6 @@
"devDependencies": {
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"pixi-viewport": "^4.37.0",
"pixi.js": "^6.3.2",
"ts-loader": "^9.5.1",
"wasm-pack": "^0.12.1",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit 5cd6819

Please sign in to comment.