Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix: explicitly include dist files in npm tarball (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored Jun 19, 2020
1 parent 88a0b58 commit 6bd3ddf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
"dist/after.js",
"dist/after.d.ts",
"dist/after.js.map",
"dist/index.js",
"dist/index.d.ts",
"dist/index.js.map"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 6bd3ddf

Please sign in to comment.