Skip to content

Commit

Permalink
v2.0.1 - fix package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbj42 committed Jan 25, 2021
1 parent 5e65a1d commit 042d388
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/the-field-2.0.0.js → dist/the-field-2.0.1.js

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-field",
"version": "2.0.0",
"version": "2.0.1",
"description": "Basic shadow-casting field-of-view algorithm",
"keywords": [
"fov",
Expand All @@ -10,8 +10,8 @@
],
"author": "James Clark <[email protected]>",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/sbj42/the-field.git",
"files": [
"lib"
Expand Down

0 comments on commit 042d388

Please sign in to comment.