Skip to content

Commit e458e62

Browse files
committed
fix: whitelist files we want to publish to npm
1 parent 3e3f1d0 commit e458e62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"build": "webpack -p",
1111
"start": "webpack-dev-server --open --progress --colors"
1212
},
13+
"files": [
14+
"/dist",
15+
"/locale"
16+
],
1317
"repository": {
1418
"type": "git",
1519
"url": "https://github.com/artf/grapesjs-mjml.git"

0 commit comments

Comments
 (0)