We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c8597 commit 3983b3dCopy full SHA for 3983b3d
package.json
@@ -2,7 +2,12 @@
2
"name": "self-react-app",
3
"version": "0.0.0-development",
4
"description": "A custom built create react app like CLI",
5
- "main": "index.js",
+ "main": "dist/index.js",
6
+ "files": [
7
+ "dist/index.js",
8
+ "templates/**/*",
9
+ "package.json"
10
+ ],
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 0",
13
"semantic-release": "semantic-release",
0 commit comments