File tree Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " babel-plugin-extract-react-types" ,
2+ "name" : " @atlaskit/ babel-plugin-extract-react-types" ,
33 "version" : " 0.2.0" ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
1717 ],
1818 "author" : " Mitchell Hamilton" ,
1919 "dependencies" : {
20- "extract-react-types" : " ^0.30.0"
20+ "@atlaskit/ extract-react-types" : " ^0.30.0"
2121 },
2222 "devDependencies" : {
2323 "@babel/core" : " ^7.4.4" ,
2424 "@babel/plugin-syntax-flow" : " ^7.2.0" ,
2525 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
2626 "@babel/plugin-syntax-typescript" : " ^7.2.0" ,
2727 "jest-in-case" : " ^1.0.2"
28+ },
29+ "publishConfig" : {
30+ "registry" : " https://packages.atlassian.com/api/npm/npm-public/"
2831 }
2932}
Original file line number Diff line number Diff line change 11{
2- "name" : " extract-react-types-loader" ,
2+ "name" : " @atlaskit/ extract-react-types-loader" ,
33 "version" : " 1.0.0" ,
44 "main" : " index.js" ,
55 "repository" : " atlassian/extract-react-types" ,
1414 " documentation"
1515 ],
1616 "dependencies" : {
17- "extract-react-types" : " ^0.30.0"
17+ "@atlaskit/extract-react-types" : " ^0.30.0"
18+ },
19+ "publishConfig" : {
20+ "registry" : " https://packages.atlassian.com/api/npm/npm-public/"
1821 }
1922}
Original file line number Diff line number Diff line change 11{
2- "name" : " extract-react-types" ,
2+ "name" : " @atlaskit/ extract-react-types" ,
33 "version" : " 0.30.4" ,
4- "main" : " dist/extract-react-types.cjs.js" ,
4+ "main" : " dist/atlaskit- extract-react-types.cjs.js" ,
55 "repository" : " atlassian/extract-react-types" ,
66 "description" : " Parse prop-types from react components using typescript or flow" ,
77 "author" :
" James Kyle <[email protected] >" ,
4343 "flow-bin" : " ^0.98.0" ,
4444 "jest" : " ^27.0.0" ,
4545 "prettier" : " ^1.13.7"
46+ },
47+ "publishConfig" : {
48+ "registry" : " https://packages.atlassian.com/api/npm/npm-public/"
4649 }
4750}
Original file line number Diff line number Diff line change 11{
2- "name" : " kind2string" ,
2+ "name" : " @atlaskit/ kind2string" ,
33 "version" : " 0.8.1" ,
4- "main" : " dist/kind2string.cjs.js" ,
5- "module" : " dist/kind2string.esm.js" ,
4+ "main" : " dist/atlaskit- kind2string.cjs.js" ,
5+ "module" : " dist/atlaskit- kind2string.esm.js" ,
66 "license" : " MIT" ,
77 "author" : " Atlassian" ,
88 "repository" : " atlassian/extract-react-types" ,
1212 ],
1313 "devDependencies" : {
1414 "babel-jest" : " ^27.0.0" ,
15- "extract-react-types" : " ^0.30.0"
15+ "@atlaskit/ extract-react-types" : " ^0.30.0"
1616 },
1717 "dependencies" : {
1818 "@babel/runtime" : " ^7.4.4"
19+ },
20+ "publishConfig" : {
21+ "registry" : " https://packages.atlassian.com/api/npm/npm-public/"
1922 }
2023}
Original file line number Diff line number Diff line change 11{
2- "name" : " pretty-proptypes" ,
2+ "name" : " @atlaskit/ pretty-proptypes" ,
33 "version" : " 1.7.1" ,
44 "description" : " prettily render prop types from react components" ,
55 "repository" : " atlassian/extract-react-types" ,
6- "main" : " dist/pretty-proptypes.cjs.js" ,
7- "module" : " dist/pretty-proptypes.esm.js" ,
6+ "main" : " dist/atlaskit- pretty-proptypes.cjs.js" ,
7+ "module" : " dist/atlaskit- pretty-proptypes.esm.js" ,
88 "keywords" : [
99 " extract-react-types" ,
1010 " react" ,
1616 "dependencies" : {
1717 "@babel/runtime" : " ^7.4.4" ,
1818 "@emotion/core" : " ^10.0.14" ,
19- "kind2string" : " ^0.8.1" ,
19+ "@atlaskit/ kind2string" : " ^0.8.1" ,
2020 "react-markings" : " ^1.2.0"
2121 },
2222 "files" : [
2323 " dist"
2424 ],
2525 "devDependencies" : {
26- "extract-react-types" : " ^0.30.0" ,
26+ "@atlaskit/ extract-react-types" : " ^0.30.0" ,
2727 "jsdom" : " ^26.1.0" ,
2828 "react" : " ^16.3.1" ,
2929 "react-addons-test-utils" : " ^15.6.2" ,
3030 "react-dom" : " ^16.3.1"
3131 },
3232 "peerDependencies" : {
3333 "react" : " >=16"
34+ },
35+ "publishConfig" : {
36+ "registry" : " https://packages.atlassian.com/api/npm/npm-public/"
3437 }
3538}
You can’t perform that action at this time.
0 commit comments