Skip to content

Commit

Permalink
fix: add missing typings
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 22, 2020
1 parent c0cf237 commit 2400d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage
node_modules
src/.eslintrc.js
src/*.test.js
test
.editorconfig
.eslintignore
.eslintrc.defaults.js
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"files": [
"dist/**/*",
"src/*",
"!src/.eslintrc.js",
"!src/*.test.js",
"typings/*",
"LICENSE"
],
"keywords": [
Expand Down

0 comments on commit 2400d0f

Please sign in to comment.