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 88 "sort" : true
99 }
1010 },
11- "version" : " 0.4.2 "
11+ "version" : " 0.4.3 "
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-chain-helmet" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " A react-chain middleware for react-helmet" ,
55 "main" : " lib/ReactChainHelmet.js" ,
66 "repository" : {
99 },
1010 "author" : " Aranja" ,
1111 "license" : " MIT" ,
12- "files" : [" lib" ],
12+ "files" : [
13+ " lib"
14+ ],
1315 "scripts" : {
1416 "clean" : " rm -rf lib" ,
1517 "prepublish" : " npm run clean && npm run typescript" ,
1921 },
2022 "devDependencies" : {
2123 "@types/react-helmet" : " ^5.0.0" ,
22- "react-chain" : " ^0.4.2 "
24+ "react-chain" : " ^0.4.3 "
2325 },
2426 "peerDependencies" : {
2527 "react" : " ^15.4.2 || ^16.0.0-beta || ^16.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-chain-history" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " A react-chain middleware for history" ,
55 "main" : " lib/ReactChainHistory.js" ,
66 "repository" : {
99 },
1010 "author" : " Aranja" ,
1111 "license" : " MIT" ,
12- "files" : [" lib" ],
12+ "files" : [
13+ " lib"
14+ ],
1315 "scripts" : {
1416 "clean" : " rm -rf lib" ,
1517 "prepublish" : " npm run clean && npm run typescript" ,
2022 "devDependencies" : {
2123 "@types/history" : " ^4.5.0" ,
2224 "@types/prop-types" : " ^15.5.1" ,
23- "react-chain" : " ^0.4.2 "
25+ "react-chain" : " ^0.4.3 "
2426 },
2527 "peerDependencies" : {
2628 "react" : " ^15.4.2 || ^16.0.0-beta || ^16.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-chain" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.4.3 " ,
44 "description" : " A chain of pluggable logic for your React rendering pipline." ,
55 "repository" :
" [email protected] :aranja/react-chain.git" ,
66 "author" : " Aranja" ,
77 "main" : " lib/ReactChain.js" ,
88 "license" : " MIT" ,
99 "types" : " lib/ReactChain.d.ts" ,
10- "files" : [" lib" ],
10+ "files" : [
11+ " lib"
12+ ],
1113 "scripts" : {
1214 "clean" : " rm -rf lib" ,
1315 "prepublish" : " npm run clean && npm run typescript" ,
You can’t perform that action at this time.
0 commit comments