Skip to content

Commit

Permalink
fix(package.json): files fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
maumercado committed Jun 12, 2019
1 parent 3983b3d commit 779a22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "self-react-app",
"version": "0.0.0-development",
"description": "A custom built create react app like CLI",
"main": "dist/index.js",
"main": "dist/sra.js",
"files": [
"dist/index.js",
"dist/sra.js",
"templates/**/*",
"package.json"
],
Expand Down

0 comments on commit 779a22a

Please sign in to comment.