File tree Expand file tree Collapse file tree 4 files changed +369
-340
lines changed
Expand file tree Collapse file tree 4 files changed +369
-340
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - " 6"
5- - " 7"
64 - " 8"
75 - " 9"
86 - " 10"
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ This starter is for those who with basic knowledge of React and have the need fo
7070
7171## Requirements
7272
73- - [ node] ( https://nodejs.org/en/ ) >= 6 .0
74- - [ npm] ( https://www.npmjs.com/ ) >= 3 .0
73+ - [ node] ( https://nodejs.org/en/ ) >= 8 .0
74+ - [ npm] ( https://www.npmjs.com/ ) >= 5 .0
7575
7676## Getting Started
7777
Original file line number Diff line number Diff line change 11{
22 "name" : " react-cool-starter" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "description" : " A starter boilerplate for an universal web application with the best development experience and best practices." ,
55 "main" : " index.js" ,
66 "engines" : {
7- "node" : " >=6.0 " ,
8- "npm" : " >=3.0 "
7+ "node" : " >=8 " ,
8+ "npm" : " >=5 "
99 },
1010 "repository" : {
1111 "type" : " git" ,
345345 "jest" : " ^23.4.1" ,
346346 "mini-css-extract-plugin" : " ^0.4.1" ,
347347 "nock" : " ^9.4.2" ,
348- "nodemon" : " ^1.18.1 " ,
348+ "nodemon" : " ^1.18.2 " ,
349349 "npm-run-all" : " ^4.1.3" ,
350- "optimize-css-assets-webpack-plugin" : " ^4 .0.3 " ,
350+ "optimize-css-assets-webpack-plugin" : " ^5 .0.0 " ,
351351 "postcss" : " ^6.0.23" ,
352352 "postcss-loader" : " ^2.1.6" ,
353353 "prettier" : " ^1.13.7" ,
You can’t perform that action at this time.
0 commit comments