Skip to content

Commit ca275a7

Browse files
committed
fix(npm): Only uses dist folder in published package.
1 parent 174b8e9 commit ca275a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
},
99
"author": "js-migrations",
1010
"license": "GPL-3.0",
11+
"files": [
12+
"dist"
13+
],
1114
"scripts": {
1215
"build": "tsc",
1316
"lint": "tslint --project ./tsconfig.json",

0 commit comments

Comments
 (0)