Skip to content

Commit 4459d96

Browse files
committed
Include only dist in package
1 parent 674053a commit 4459d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.1",
44
"description": "Custom CSS parser via PostCSS for GrapesJS",
55
"main": "dist/index.js",
6+
"files": ["dist/*"],
67
"scripts": {
78
"lint": "eslint src",
89
"test": "jest",

0 commit comments

Comments
 (0)