Skip to content

Commit

Permalink
Merge pull request #445 from kethinov/0.21.0
Browse files Browse the repository at this point in the history
0.21.0
  • Loading branch information
kethinov authored Dec 31, 2022
2 parents cc5ef8c + 47801a4 commit 021b5d9
Show file tree
Hide file tree
Showing 5 changed files with 1,357 additions and 1,267 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.21.0

- Fixed certs generator npm script.
- Various dependencies bumped.

## 0.20.0

- Various dependencies bumped.
Expand Down
4 changes: 2 additions & 2 deletions generators/app/templates/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"roosevelt": "~0.20.0"
"roosevelt": "~0.21.0"
},
"appName": "My Roosevelt Sample App",
"createDir": true,
Expand All @@ -20,7 +20,7 @@
},
"scripts": {
"cssExt": "less",
"stylelintConfigModule": "\"stylelint-config-standard\": \"~26.0.0\"",
"stylelintConfigModule": "\"stylelint-config-standard\": \"~29.0.0\"",
"stylelintConfigName": "stylelint-config-standard",
"stylelintPostCssModule": "\"postcss-less\": \"~6.0.0\",",
"stylelintSyntax": "\"customSyntax\": \"postcss-less\","
Expand Down
4 changes: 2 additions & 2 deletions generators/app/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"nodemon": "~2.0.0",
"standard": "~17.0.0",
"stylelint": "~14.9.0",
"stylelint": "~14.16.0",
<%- stylelintPostCssModule -%>
<%- stylelintConfigModule %>
},
Expand All @@ -31,7 +31,7 @@
},
"scripts": {
"config-audit": "node ./node_modules/roosevelt/lib/scripts/configAuditor.js",
"certsGenerator": "node ./node_modules/roosevelt/lib/scripts/httpsSelfsigned.js",
"generate-certs": "node ./node_modules/roosevelt/lib/scripts/certsGenerator.js",
"d": "nodemon app.js --development-mode",
"dev": "nodemon app.js --development-mode",
"development": "nodemon app.js --development-mode",
Expand Down
Loading

0 comments on commit 021b5d9

Please sign in to comment.