Skip to content

Commit

Permalink
add files directive to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Jul 17, 2019
1 parent ae58d16 commit 60df2b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@
},
"optionalDependencies": {
"@types/mysql": "^2.15.6"
}
},
"files": [
"LICENSE",
"README.md",
"index.js",
"index.d.ts"
]
}

0 comments on commit 60df2b4

Please sign in to comment.