Skip to content

Commit 39af6fb

Browse files
committed
Merge pull request #13 from locol23/refactor/rename-styled-components
refactor: rename styled-components directory
2 parents 3621780 + 7910166 commit 39af6fb

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn React with TypeScript
1313
- [Base](https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-base)
1414
- [Goal](https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-goal)
1515
- Styled Components
16-
- [Base & Goal](https://github.com/locol23/learn-react-ts/tree/master/packages/styled-components)
16+
- [Base](https://github.com/locol23/learn-react-ts/tree/master/packages/styled-components-base)
1717
- Recompose
1818
- State(withStateHandlers)
1919
- React Hooks

packages/styled-components/package.json renamed to packages/styled-components-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "styled-components",
2+
"name": "styled-components-base",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/locol23/learn-react-ts.git",

0 commit comments

Comments
 (0)