Skip to content

Commit

Permalink
Added typescript:main field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Dec 11, 2018
1 parent e05b1e8 commit 0198d63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"repository": "https://github.com/skevy/wobble",
"author": "Adam Miskiewicz <adam@sk3vy.com>",
"license": "MIT",
"typescript:main": "src/index.ts",
"main": "./dist/module/index.js",
"module": "./dist/wobble.es.js",
"types": "./dist/module/index.d.ts",
Expand All @@ -24,6 +25,7 @@
"precommit": "lint-staged"
},
"files": [
"src",
"dist"
],
"jest": {
Expand Down

0 comments on commit 0198d63

Please sign in to comment.