Skip to content

Commit

Permalink
Drop node.js v6 and v7 & Upgrade dependencies & Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jul 15, 2018
1 parent 94d0856 commit c60e337
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 340 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js

node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ This starter is for those who with basic knowledge of React and have the need fo

## Requirements

- [node](https://nodejs.org/en/) >= 6.0
- [npm](https://www.npmjs.com/) >= 3.0
- [node](https://nodejs.org/en/) >= 8.0
- [npm](https://www.npmjs.com/) >= 5.0

## Getting Started

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-cool-starter",
"version": "2.5.0",
"version": "2.5.1",
"description": "A starter boilerplate for an universal web application with the best development experience and best practices.",
"main": "index.js",
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
"node": ">=8",
"npm": ">=5"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -345,9 +345,9 @@
"jest": "^23.4.1",
"mini-css-extract-plugin": "^0.4.1",
"nock": "^9.4.2",
"nodemon": "^1.18.1",
"nodemon": "^1.18.2",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss": "^6.0.23",
"postcss-loader": "^2.1.6",
"prettier": "^1.13.7",
Expand Down
Loading

0 comments on commit c60e337

Please sign in to comment.