Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coderosh committed Nov 20, 2021
1 parent babbe50 commit cae54ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ heax.composites.push(square);
const { Heax, Composite, Particle } = HeaxVerlet;
</script>
```

### License

MIT
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heax",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple verlet physics engine written in javascript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,8 @@
"build:doc": "typedoc",
"build:js": "rollup -c",
"build": "node scripts/build.js",
"deploy": "gh-pages -d docs -t true"
"deploy": "gh-pages -d docs -t true",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cae54ab

Please sign in to comment.