Skip to content

Commit 2b9a650

Browse files
committed
add scope to existing packages, with slight rename, versions are the same
1 parent 089780f commit 2b9a650

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/babel-plugin-extract-react-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "babel-plugin-extract-react-types",
2+
"name": "@extract-types/babel-plugin-extract-react-types",
33
"version": "0.1.6",
44
"main": "index.js",
55
"license": "MIT",

packages/extract-react-types-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "extract-react-types-loader",
2+
"name": "@extract-types/loader",
33
"version": "0.3.9",
44
"main": "index.js",
55
"repository": "atlassian/extract-react-types",

packages/extract-react-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "extract-react-types",
2+
"name": "@extract-types/core",
33
"version": "0.22.1",
44
"main": "dist/extract-react-types.cjs.js",
55
"repository": "atlassian/extract-react-types",

packages/kind2string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kind2string",
2+
"name": "@extract-types/kind2string",
33
"version": "0.6.3",
44
"main": "dist/kind2string.cjs.js",
55
"module": "dist/kind2string.esm.js",

packages/pretty-proptypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pretty-proptypes",
2+
"name": "@extract-types/pretty-proptypes",
33
"version": "1.0.1",
44
"description": "prettily render prop types from react components",
55
"repository": "atlassian/extract-react-types",

0 commit comments

Comments
 (0)