Skip to content

Commit

Permalink
Merge pull request #4 from koblas/fix_npm
Browse files Browse the repository at this point in the history
Fixed #3 - Added files to package.json
  • Loading branch information
koblas committed Apr 15, 2020
2 parents 42909cb + 9e2d19a commit 02d10cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"files": [
"src",
"dist"
],
"homepage": "https://github.com/koblas/react-amplitude-hooks",
"repository": "https://github.com/koblas/react-amplitude-hooks",
"license": "MIT",
Expand All @@ -47,5 +51,5 @@
]
},
"types": "dist/index.d.ts",
"version": "0.9.12"
"version": "0.9.13"
}

0 comments on commit 02d10cb

Please sign in to comment.