This repository was archived by the owner on Jan 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 43
43
"github" : {
44
44
"release" : true ,
45
45
"releaseName" : " Release ${version}"
46
+ },
47
+ "hooks" : {
48
+ "before:init" : [
49
+ " npm run copy-readme" ,
50
+ " git add ." ,
51
+ " git commit --amend --no-edit"
52
+ ],
53
+ "after:bump" : " npm run build"
46
54
}
47
55
}
Original file line number Diff line number Diff line change 1
1
# ngrx-slice
2
2
3
- ` ngrx-slice ` is a POC that intends to provide the same functionalities
3
+ ` ngrx-slice ` is a plugin that intends to provide the same functionalities
4
4
that [ Redux Toolkit createSlice] ( https://redux-toolkit.js.org/api/createSlice ) provides. It is meant to be ** opinionated** .
5
5
6
6
## Peer Dependencies
@@ -35,8 +35,6 @@ that [Redux Toolkit createSlice](https://redux-toolkit.js.org/api/createSlice) p
35
35
the hood for State updates
36
36
- Customizable (partial) Actions' types
37
37
38
- > WARNING: Please be cautious when using this package as is is a POC.
39
-
40
38
## Installation
41
39
42
40
``` shell
@@ -353,4 +351,4 @@ export declare function createSlice<
353
351
354
352
## Contribution
355
353
356
- Contributions are welcomed
354
+ Contributions welcome
Original file line number Diff line number Diff line change 5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build" ,
8
- "prebuild " : " shx cp README.md projects/ngrx-slice" ,
8
+ "copy-readme " : " shx cp README.md projects/ngrx-slice" ,
9
9
"watch" : " ng build --watch --configuration development" ,
10
10
"test" : " ng test" ,
11
11
"test:prod" : " ng test --browsers=ChromeHeadless --watch=false --code-coverage" ,
Original file line number Diff line number Diff line change 1
1
# ngrx-slice
2
2
3
- ` ngrx-slice ` is a POC that intends to provide the same functionalities
3
+ ` ngrx-slice ` is a plugin that intends to provide the same functionalities
4
4
that [ Redux Toolkit createSlice] ( https://redux-toolkit.js.org/api/createSlice ) provides. It is meant to be ** opinionated** .
5
5
6
6
## Peer Dependencies
@@ -35,8 +35,6 @@ that [Redux Toolkit createSlice](https://redux-toolkit.js.org/api/createSlice) p
35
35
the hood for State updates
36
36
- Customizable (partial) Actions' types
37
37
38
- > WARNING: Please be cautious when using this package as is is a POC.
39
-
40
38
## Installation
41
39
42
40
``` shell
@@ -353,4 +351,4 @@ export declare function createSlice<
353
351
354
352
## Contribution
355
353
356
- Contributions are welcomed
354
+ Contributions welcome
You can’t perform that action at this time.
0 commit comments