create-application-template 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -128,7 +128,7 @@ module.exports = (webpackEnv) => {
128
128
  new HtmlWebpackPlugin({
129
129
  template: paths.src.indexHtml,
130
130
  favicon: paths.src.assets.faviconIco,
131
- title: 'Application Template',
131
+ title: 'CAT',
132
132
  ...(isProduction && {
133
133
  minify: {
134
134
  removeComments: true,