Skip to content

Commit

Permalink
Merge pull request #328 from kethinov/0.19.1
Browse files Browse the repository at this point in the history
0.19.1
  • Loading branch information
kethinov authored Aug 2, 2020
2 parents 47b8f5d + 87763cb commit f627ad6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 135 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.1

- Fixed some typos in the generated files.
- Various dependencies bumped.

## 0.19.0

- Updated to Roosevelt 0.19.0.
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 @@ -45,9 +45,9 @@
"p": "nodemon app.js --production-mode",
"prod": "nodemon app.js --production-mode",
"production": "nodemon app.js --production-mode",
"x": "nodemon app.js --production-proxy",
"prodproxy": "nodemon app.js --production-proxy",
"production-proxy": "nodemon app.js --production-proxy",
"x": "nodemon app.js --production-proxy-mode",
"prodproxy": "nodemon app.js --production-proxy-mode",
"production-proxy": "nodemon app.js --production-proxy-mode",
"standard": "./node_modules/.bin/standard",
"start": "nodemon app.js --production-mode",
"stylelint": "./node_modules/.bin/stylelint \"statics/css/**/*.<%= cssExt %>\" <%= cssSyntax %>",
Expand Down
138 changes: 8 additions & 130 deletions package-lock.json

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

4 changes: 2 additions & 2 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.0",
"version": "0.19.1",
"files": [
"generators"
],
Expand All @@ -33,7 +33,7 @@
"husky": "~4.2.5",
"lint-staged": "~10.2.9",
"mocha": "~8.1.0",
"roosevelt": "~0.18.0",
"roosevelt": "~0.19.0",
"standard": "~14.3.4",
"yeoman-assert": "~3.1.1",
"yeoman-test": "~2.7.0"
Expand Down

0 comments on commit f627ad6

Please sign in to comment.