Skip to content

Commit

Permalink
fix(package): fixed version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MD4 committed Nov 27, 2020
1 parent db32e2c commit 0cd15e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

`Const`**computeShadows**(`bounds`: Bounds, `walls`: Segment2[], `light`: Vec2): Vec2[][]

*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/417ce7c/src/computeShadows.ts#L39)*
*Defined in [computeShadows.ts:39](https://github.com/MD4/shadowed/blob/db32e2c/src/computeShadows.ts#L39)*

Computes casted shadows by a light for a given set of walls within specified bounds.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"prepublishOnly": "pinst --disable && npm run doc && npm run build && npm run test",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"demo": "npm run build && http-server -o demo"
"demo": "npm run build && http-server -o demo",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0cd15e8

Please sign in to comment.