Skip to content

Commit a006e70

Browse files
Merge pull request #204 from shiftcode/#202-remove-docs-from-published-npm-package
fix(npm-package): don't publish docs to npm
2 parents 9eb6569 + 627d2f4 commit a006e70

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)