File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 8
8
"sort" : true
9
9
}
10
10
},
11
- "version" : " 0.4.2 "
11
+ "version" : " 0.4.3 "
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-chain-helmet" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " A react-chain middleware for react-helmet" ,
5
5
"main" : " lib/ReactChainHelmet.js" ,
6
6
"repository" : {
9
9
},
10
10
"author" : " Aranja" ,
11
11
"license" : " MIT" ,
12
- "files" : [" lib" ],
12
+ "files" : [
13
+ " lib"
14
+ ],
13
15
"scripts" : {
14
16
"clean" : " rm -rf lib" ,
15
17
"prepublish" : " npm run clean && npm run typescript" ,
19
21
},
20
22
"devDependencies" : {
21
23
"@types/react-helmet" : " ^5.0.0" ,
22
- "react-chain" : " ^0.4.2 "
24
+ "react-chain" : " ^0.4.3 "
23
25
},
24
26
"peerDependencies" : {
25
27
"react" : " ^15.4.2 || ^16.0.0-beta || ^16.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-chain-history" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " A react-chain middleware for history" ,
5
5
"main" : " lib/ReactChainHistory.js" ,
6
6
"repository" : {
9
9
},
10
10
"author" : " Aranja" ,
11
11
"license" : " MIT" ,
12
- "files" : [" lib" ],
12
+ "files" : [
13
+ " lib"
14
+ ],
13
15
"scripts" : {
14
16
"clean" : " rm -rf lib" ,
15
17
"prepublish" : " npm run clean && npm run typescript" ,
20
22
"devDependencies" : {
21
23
"@types/history" : " ^4.5.0" ,
22
24
"@types/prop-types" : " ^15.5.1" ,
23
- "react-chain" : " ^0.4.2 "
25
+ "react-chain" : " ^0.4.3 "
24
26
},
25
27
"peerDependencies" : {
26
28
"react" : " ^15.4.2 || ^16.0.0-beta || ^16.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-chain" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.4.3 " ,
4
4
"description" : " A chain of pluggable logic for your React rendering pipline." ,
5
5
"repository" :
" [email protected] :aranja/react-chain.git" ,
6
6
"author" : " Aranja" ,
7
7
"main" : " lib/ReactChain.js" ,
8
8
"license" : " MIT" ,
9
9
"types" : " lib/ReactChain.d.ts" ,
10
- "files" : [" lib" ],
10
+ "files" : [
11
+ " lib"
12
+ ],
11
13
"scripts" : {
12
14
"clean" : " rm -rf lib" ,
13
15
"prepublish" : " npm run clean && npm run typescript" ,
You can’t perform that action at this time.
0 commit comments