Skip to content

Commit

Permalink
chore: add missing LICENSE files to package.json (#8075)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Apr 17, 2022
1 parent 78249eb commit 0fbc4c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-router-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"license": "MIT",
"author": "React Training <[email protected]>",
"files": [
"LICENSE",
"README.md",
"cjs",
"es",
"esm",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"license": "MIT",
"author": "React Training <[email protected]>",
"files": [
"LICENSE",
"README.md",
"BrowserRouter.js",
"HashRouter.js",
"Link.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-router-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"files": [
"LICENSE",
"README.md",
"BackButton.js",
"DeepLinking.js",
"Link.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"license": "MIT",
"author": "React Training <[email protected]>",
"files": [
"LICENSE",
"README.md",
"MemoryRouter.js",
"Prompt.js",
"Redirect.js",
Expand Down

0 comments on commit 0fbc4c4

Please sign in to comment.