Skip to content

Commit

Permalink
Merge pull request #427 from kethinov/0.19.9
Browse files Browse the repository at this point in the history
0.19.9
  • Loading branch information
kethinov authored May 4, 2022
2 parents 5faf147 + 6ce47e8 commit eedd012
Show file tree
Hide file tree
Showing 5 changed files with 4,054 additions and 6,079 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Put your changes here...

## 0.19.9

- Generator will now only generate apps that use HTTPS by default. It will also generate a self-signed cert for you. Non-secure HTTP can still be used, but you have to enable it manually after the app is generated.
- Various dependencies bumped.

## 0.19.8

- Added option to generate isomorphic app (comes with bootstrapping for Roosevelt's single page app support) off by default.
Expand Down
6 changes: 3 additions & 3 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": <%- JSON.stringify(dependencies) %>,
"devDependencies": {
"nodemon": "~2.0.0",
"standard": "~16.0.0",
"stylelint": "~14.1.0",
"stylelint-config-standard": "~24.0.0",
"standard": "~17.0.0",
"stylelint": "~14.8.0",
"stylelint-config-standard": "~25.0.0",
<%- stylelintPostCssModule %>
},
"nodemonConfig": {
Expand Down
4 changes: 2 additions & 2 deletions generators/app/templates/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"scripts": {
"cssExt": "less",
"stylelintPostCssModule": "\"postcss-less\": \"~5.0.0\""
"stylelintPostCssModule": "\"postcss-less\": \"~6.0.0\""
}
},
"Sass": {
"dependencies": {
"sass": "~1.39.0"
"sass": "~1.51.0"
},
"config": {
"enable": true,
Expand Down
Loading

0 comments on commit eedd012

Please sign in to comment.