Skip to content

Commit

Permalink
add files entry to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley Alexander committed Aug 17, 2019
1 parent 27e5e12 commit da2e191
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
],
"license": "MIT",
"repository": "@mayteio/use-pusher",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"engines": {
"node": ">=8",
"npm": ">=5"
Expand Down

0 comments on commit da2e191

Please sign in to comment.