Skip to content

Commit 02d10cb

Browse files
authored
Merge pull request #4 from koblas/fix_npm
Fixed #3 - Added files to package.json
2 parents 42909cb + 9e2d19a commit 02d10cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"ts-jest": "^25.3.1",
2222
"typescript": "^3.8.3"
2323
},
24+
"files": [
25+
"src",
26+
"dist"
27+
],
2428
"homepage": "https://github.com/koblas/react-amplitude-hooks",
2529
"repository": "https://github.com/koblas/react-amplitude-hooks",
2630
"license": "MIT",
@@ -47,5 +51,5 @@
4751
]
4852
},
4953
"types": "dist/index.d.ts",
50-
"version": "0.9.12"
54+
"version": "0.9.13"
5155
}

0 commit comments

Comments
 (0)