Skip to content

Commit

Permalink
add lib folder to package.json's files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Sep 20, 2018
1 parent 87a68ac commit 036506d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"sql.js",
"sql.d.ts",
"pg.js",
"pg.d.ts"
"pg.d.ts",
"lib/**/*.js",
"lib/**/*.d.ts"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 036506d

Please sign in to comment.