Skip to content

Commit

Permalink
Merge pull request #331 from kethinov/fix-missing-favicon
Browse files Browse the repository at this point in the history
0.19.2
  • Loading branch information
kethinov authored Aug 5, 2020
2 parents f627ad6 + 0d67a90 commit ae98af0
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 44 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Put your changes here...

## 0.19.2

- Fixed missing favicon from generated app.
- Bumped default version of Node.js required to run the sample app.
- Various dependencies bumped.

## 0.19.1

- Fixed some typos in the generated files.
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "",
"main": "app.js",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"engineStrict": true,
"dependencies": <%- JSON.stringify(dependencies) %>,
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/_rooseveltConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"bundles": <%- JSON.stringify(webpackBundle) %>
}
},
"favicon": "images/favicon.ico",
"symlinks": <%- JSON.stringify(symlinks) %>
}
65 changes: 25 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/generator-roosevelt/graphs/contributors"
}
],
"version": "0.19.1",
"version": "0.19.2",
"files": [
"generators"
],
Expand All @@ -26,7 +26,7 @@
"yeoman-generator": "~4.11.0"
},
"devDependencies": {
"c8": "~7.2.0",
"c8": "~7.3.0",
"codecov": "~3.7.0",
"eslint": "~7.6.0",
"eslint-plugin-mocha": "~7.0.1",
Expand All @@ -36,7 +36,7 @@
"roosevelt": "~0.19.0",
"standard": "~14.3.4",
"yeoman-assert": "~3.1.1",
"yeoman-test": "~2.7.0"
"yeoman-test": "~3.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ae98af0

Please sign in to comment.