Skip to content

Commit 527ad5a

Browse files
committed
Include dist folder with minified dis.js files in npm release
Note: Use "npm pack" command to confirm what files will be in the release. Note: LICENSE, package.json, README.md will always are always included.
1 parent 861daa6 commit 527ad5a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@
3737
"devDependencies": {
3838
"eslint": "^6.7.1",
3939
"uglify-js": "^3.7.0"
40-
}
40+
},
41+
"files": [
42+
"dist",
43+
"src"
44+
]
4145
}

0 commit comments

Comments
 (0)