Skip to content

Commit 974608b

Browse files
committed
update version
1 parent 0553927 commit 974608b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![david-dm](https://david-dm.org/reactmaker/simple_react_startkit.svg)](https://david-dm.org/)
44
[![Known Vulnerabilities](https://snyk.io/test/github/ReactMaker/simple_react_startkit/badge.svg?targetFile=package.json)](https://snyk.io/test/github/ReactMaker/simple_react_startkit?targetFile=package.json)
55

6-
# Simple React Start Kit 2017
6+
# Simple React Start Kit 2.0
77

88
這個環境包可以讓你快速體驗 ReactJS 開發環境的便利,我們並沒有在裏面放入額外的套件(例如 redux, karma),希望可以讓你用最簡單的環境開始學習 React
99

1010
## 特色
1111

12-
* [react 16.3.1](https://github.com/facebook/react)
12+
* [react 16.4.2](https://github.com/facebook/react)
1313
* [webpack 4](https://github.com/webpack/webpack)
14-
* [babel 6](https://github.com/babel/babel)
14+
* [babel 7](https://github.com/babel/babel)
1515
* [eslint](http://eslint.org)
1616

1717
## 需求配置

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple_react_start_kit_2017",
33
"description": "react webpack2 react-router example",
4-
"version": "1.2.1",
4+
"version": "2.0.0",
55
"main": "src/index.js",
66
"scripts": {
77
"clean": "rimraf dist/*",

0 commit comments

Comments
 (0)