Skip to content

Commit 3983b3d

Browse files
committed
fix(dist files): add more files to package.json
1 parent 56c8597 commit 3983b3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "self-react-app",
33
"version": "0.0.0-development",
44
"description": "A custom built create react app like CLI",
5-
"main": "index.js",
5+
"main": "dist/index.js",
6+
"files": [
7+
"dist/index.js",
8+
"templates/**/*",
9+
"package.json"
10+
],
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 0",
813
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)