File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Loaded templates: _templates
50
50
To generate redux store item just run:
51
51
52
52
``` sh
53
- npm run store: create:item
53
+ npm run create:store :item
54
54
```
55
55
56
56
and answer question:
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Loaded templates: _templates
50
50
To generate redux store item just run:
51
51
52
52
``` sh
53
- npm run store: create:item
53
+ npm run create:store :item
54
54
```
55
55
56
56
and answer question:
@@ -74,7 +74,7 @@ Loaded templates: _templates
74
74
75
75
## Changelog
76
76
77
- ### 1.2.0
77
+ ### 1.2.1
78
78
* Added component and redux store generators
79
79
80
80
### 1.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scripts-redux-ts" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " diabelb/create-react-app-typescript-redux" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change @@ -41,9 +41,8 @@ module.exports = function(
41
41
build : 'react-scripts-ts build' ,
42
42
test : 'react-scripts-ts test --env=jsdom' ,
43
43
eject : 'react-scripts-ts eject' ,
44
- 'component:create' : './node_modules/hygen/lib/bin.js component create' ,
45
- 'store:create:item' : './node_modules/hygen/lib/bin.js store create'
46
-
44
+ 'create:component' : './node_modules/hygen/lib/bin.js component create' ,
45
+ 'create:store:item' : './node_modules/hygen/lib/bin.js store create' ,
47
46
} ;
48
47
49
48
appPackage . jest = {
You can’t perform that action at this time.
0 commit comments