Skip to content

Commit 0fbc4c4

Browse files
committed
chore: add missing LICENSE files to package.json (#8075)
1 parent 78249eb commit 0fbc4c4

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/react-router-config/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"license": "MIT",
1212
"author": "React Training <[email protected]>",
1313
"files": [
14+
"LICENSE",
15+
"README.md",
1416
"cjs",
1517
"es",
1618
"esm",

packages/react-router-dom/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"license": "MIT",
1212
"author": "React Training <[email protected]>",
1313
"files": [
14+
"LICENSE",
15+
"README.md",
1416
"BrowserRouter.js",
1517
"HashRouter.js",
1618
"Link.js",

packages/react-router-native/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"start": "node node_modules/react-native/local-cli/cli.js start"
1717
},
1818
"files": [
19+
"LICENSE",
20+
"README.md",
1921
"BackButton.js",
2022
"DeepLinking.js",
2123
"Link.js",

packages/react-router/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"license": "MIT",
1212
"author": "React Training <[email protected]>",
1313
"files": [
14+
"LICENSE",
15+
"README.md",
1416
"MemoryRouter.js",
1517
"Prompt.js",
1618
"Redirect.js",

0 commit comments

Comments
 (0)