Skip to content

Commit

Permalink
fix types again
Browse files Browse the repository at this point in the history
  • Loading branch information
schtauffen committed Nov 10, 2020
1 parent f6bdca2 commit 7e1c1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "cat-herder",
"version": "0.1.5",
"description": "An ECS implementation in TypeScript",
"main": "dist/cat-herder.js",
"module": "dist/cat-herder.esm.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"umd": "dist/cat-herder.umd.js",
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down

0 comments on commit 7e1c1dc

Please sign in to comment.