Skip to content

Commit

Permalink
fix(dist files): add more files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maumercado committed Jun 12, 2019
1 parent 56c8597 commit 3983b3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "self-react-app",
"version": "0.0.0-development",
"description": "A custom built create react app like CLI",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist/index.js",
"templates/**/*",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 3983b3d

Please sign in to comment.