File tree Expand file tree Collapse file tree 5 files changed +502
-283
lines changed Expand file tree Collapse file tree 5 files changed +502
-283
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Put your changes here...
6
6
7
+ ## 0.18.0
8
+
9
+ - Updated to Roosevelt 0.18.x.
10
+ - Various dependencies bumped.
11
+
7
12
## 0.17.0
8
13
9
14
- Updated to Roosevelt 0.17.x.
Original file line number Diff line number Diff line change 13
13
"dependencies" : <%- JSON.stringify(dependencies) %>,
14
14
"devDependencies" : {
15
15
"husky" : " ~4.2.5" ,
16
- "lint-staged" : " ~10.1.3 " ,
17
- "nodemon" : " ~2.0.3 " ,
18
- "standard" : " ~14.3.3 " ,
19
- "stylelint" : " ~13.3.2 " ,
16
+ "lint-staged" : " ~10.2.6 " ,
17
+ "nodemon" : " ~2.0.4 " ,
18
+ "standard" : " ~14.3.4 " ,
19
+ "stylelint" : " ~13.5.0 " ,
20
20
"stylelint-config-standard" : " ~20.0.0"
21
21
},
22
22
"nodemonConfig" : {
41
41
"d" : " nodemon app.js --development-mode" ,
42
42
"dev" : " nodemon app.js --development-mode" ,
43
43
"development" : " nodemon app.js --development-mode" ,
44
- "kill-validator" : " node ./node_modules/roosevelt/lib/scripts/killValidator.js" ,
45
- "kv" : " node ./node_modules/roosevelt/lib/scripts/killValidator.js" ,
46
44
"lint" : " npm run standard && npm run stylelint" ,
47
45
"p" : " nodemon app.js --production-mode" ,
48
46
"prod" : " nodemon app.js --production-mode" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "roosevelt" : " ~0.17 .0"
3
+ "roosevelt" : " ~0.18 .0"
4
4
},
5
5
"appName" : " My Roosevelt Sample App" ,
6
6
"createDir" : true ,
79
79
"templatingExtension" : " html" ,
80
80
"additionalTemplatingEngines" : false ,
81
81
"teddy" : {
82
- "teddy" : " ~0.4.28 "
82
+ "teddy" : " ~0.5.2 "
83
83
},
84
84
"viewEngine" : [
85
85
" html:teddy"
You can’t perform that action at this time.
0 commit comments