Skip to content

Commit f627ad6

Browse files
authored
Merge pull request #328 from kethinov/0.19.1
0.19.1
2 parents 47b8f5d + 87763cb commit f627ad6

File tree

4 files changed

+18
-135
lines changed

4 files changed

+18
-135
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
- Put your changes here...
66

7+
## 0.19.1
8+
9+
- Fixed some typos in the generated files.
10+
- Various dependencies bumped.
11+
712
## 0.19.0
813

914
- Updated to Roosevelt 0.19.0.

generators/app/templates/_package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"p": "nodemon app.js --production-mode",
4646
"prod": "nodemon app.js --production-mode",
4747
"production": "nodemon app.js --production-mode",
48-
"x": "nodemon app.js --production-proxy",
49-
"prodproxy": "nodemon app.js --production-proxy",
50-
"production-proxy": "nodemon app.js --production-proxy",
48+
"x": "nodemon app.js --production-proxy-mode",
49+
"prodproxy": "nodemon app.js --production-proxy-mode",
50+
"production-proxy": "nodemon app.js --production-proxy-mode",
5151
"standard": "./node_modules/.bin/standard",
5252
"start": "nodemon app.js --production-mode",
5353
"stylelint": "./node_modules/.bin/stylelint \"statics/css/**/*.<%= cssExt %>\" <%= cssSyntax %>",

package-lock.json

Lines changed: 8 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/rooseveltframework/generator-roosevelt/graphs/contributors"
99
}
1010
],
11-
"version": "0.19.0",
11+
"version": "0.19.1",
1212
"files": [
1313
"generators"
1414
],
@@ -33,7 +33,7 @@
3333
"husky": "~4.2.5",
3434
"lint-staged": "~10.2.9",
3535
"mocha": "~8.1.0",
36-
"roosevelt": "~0.18.0",
36+
"roosevelt": "~0.19.0",
3737
"standard": "~14.3.4",
3838
"yeoman-assert": "~3.1.1",
3939
"yeoman-test": "~2.7.0"

0 commit comments

Comments
 (0)