Skip to content

Commit

Permalink
Merge pull request #5 from jaebradley/fix-style-field
Browse files Browse the repository at this point in the history
fix(package): incorrect style field in package template
  • Loading branch information
jaebradley authored Apr 20, 2018
2 parents d2ae3ee + f99c3d5 commit 4defc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"style": "build/index.css",
"scripts": {
"deploy": "",
"lint": "eslint --ext .js ."
Expand Down
1 change: 1 addition & 0 deletions src/templates/react/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"style": "build/index.css",
"scripts": {
"deploy": "",
"lint": "eslint --ext .js,.jsx .",
Expand Down

0 comments on commit 4defc9b

Please sign in to comment.