Skip to content

Commit

Permalink
Merge pull request #12 from christo-pr/bug/fix-typescript-definition-…
Browse files Browse the repository at this point in the history
…file

Properly add TS declaration file to the npm package
  • Loading branch information
christo-pr authored Aug 4, 2020
2 parents ecf57a1 + c63d975 commit 6313f27
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 @@ -7,7 +7,6 @@
"repository": "christo-pr/dangerously-set-html-content",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "index.d.ts",
"jsnext:main": "dist/index.es.js",
"keywords": [
"reactjs",
Expand Down Expand Up @@ -65,6 +64,7 @@
"rollup-plugin-url": "^1.4.0"
},
"files": [
"dist"
"dist",
"index.d.ts"
]
}

0 comments on commit 6313f27

Please sign in to comment.