Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed Sep 6, 2023
1 parent 2014069 commit 22f7494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nbody-simulator-react-barnes-hut-react-p5",
"private": false,
"version": "0.5.4",
"version": "0.5.6",
"type": "module",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,8 @@
"README.md",
"package.json",
"dist/NbodySimulatorBarnesHut.js",
"dist/NbodySimulatorBarnesHut.js.map"
"dist/NbodySimulatorBarnesHut.js.map",
"dist/components/NbodySimulatorBarnesHut.d.ts"
],
"types": "dist/components/NbodySimulatorBarnesHut.d.ts",
"keywords": [
Expand Down

0 comments on commit 22f7494

Please sign in to comment.