Skip to content

Commit

Permalink
chore(styled-components): upgrade to 2.0.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed May 31, 2017
1 parent d1afd9a commit 8eccf4d
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 182 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,9 +1,7 @@
sudo: false
language: node_js
node_js:
- "6"
- "7.5.0"
- "7"
- "8"

notifications:
email: evenchange4@gmail.com
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## Unreleased

* feat(packages): update mcs-lite-* packages & react-scripts 1.0.0
* chore(styled-components): upgrade to 2.0.0

## 0.1.0

Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,12 @@

![DEMO](./docs/demo.gif)

## Requirements

- node >= 8.0.0
- npm >= 5.0.0
- yarn >= 0.24.6

## Usage

```
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"mcs-lite-connect": "^0.3.0",
"mcs-lite-icon": "^0.3.0",
"mcs-lite-theme": "^0.3.0",
"mcs-lite-ui": "^0.4.0",
"mcs-lite-connect": "^0.3.1",
"mcs-lite-icon": "^0.3.1",
"mcs-lite-theme": "^0.3.1",
"mcs-lite-ui": "^0.4.1",
"normalize.css": "^7.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"styled-components": "rc"
"styled-components": "^2.0.0"
},
"devDependencies": {
"react-scripts": "1.0.5"
"react-scripts": "^1.0.7"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 8eccf4d

Please sign in to comment.