Skip to content

Commit

Permalink
Fix types with the rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed Aug 11, 2019
1 parent b19c6b5 commit 50d18c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions react/package.json
@@ -1,6 +1,6 @@
{
"name": "@ion-phaser/react",
"version": "1.1.1",
"version": "1.1.2",
"description": "React specific wrapper for @ion-phaser/core",
"keywords": [
"ionic",
Expand Down Expand Up @@ -28,9 +28,9 @@
"tsc": "tsc -p .",
"test": "jest"
},
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist/"
],
Expand Down

0 comments on commit 50d18c8

Please sign in to comment.