Skip to content

Commit 627d2f4

Browse files
fix(npm-package): don't publish docs to npm
remove dist/docs folder from published npm package
1 parent 9eb6569 commit 627d2f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"license": "MIT",
3131
"author": "Michael Wittwer <michael.wittwer@shiftcode.ch>",
3232
"files": [
33-
"dist"
33+
"dist",
34+
"!dist/docs"
3435
],
3536
"main": "./dist/dynamo-easy.js",
3637
"module": "./dist/_esm5/dynamo-easy.js",

0 commit comments

Comments
 (0)