Skip to content

Commit b7809b5

Browse files
committed
add css modules support
1 parent 742e122 commit b7809b5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ npm start
2121

2222
## Changelog
2323

24+
### 1.1.0
25+
* Added css modules support
26+
2427
### 1.0.5
2528
* Added action, reducer and reducer's test example
2629

packages/react-scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-redux-ts",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "diabelb/create-react-app-typescript-redux",
66
"license": "BSD-3-Clause",
@@ -64,7 +64,8 @@
6464
"webpack": "3.8.1",
6565
"webpack-dev-server": "2.9.4",
6666
"webpack-manifest-plugin": "1.3.2",
67-
"whatwg-fetch": "2.0.3"
67+
"whatwg-fetch": "2.0.3",
68+
"typings-for-css-modules-loader": "^1.7.0"
6869
},
6970
"devDependencies": {
7071
"@types/history": "^4.6.2",
@@ -73,8 +74,7 @@
7374
"@types/react-redux": "^5.0.14",
7475
"@types/redux": "^3.6.0",
7576
"@types/redux-thunk": "^2.1.0",
76-
"typescript": "^2.6.2",
77-
"typings-for-css-modules-loader": "^1.7.0"
77+
"typescript": "^2.6.2"
7878
},
7979
"peerDependencies": {
8080
"typescript": "2.x"

0 commit comments

Comments
 (0)