Skip to content

Commit

Permalink
fix: fix included files
Browse files Browse the repository at this point in the history
  • Loading branch information
rvboris committed Sep 14, 2019
1 parent 8c9e212 commit 01de90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
cover/
dist/
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"./dist/**/*"
"dist/**/*"
],
"scripts": {
"test": "ava",
Expand Down

0 comments on commit 01de90a

Please sign in to comment.