Skip to content

Commit cd25c26

Browse files
authored
chore: specify MIT license in package.json (#773)
* Fix: the license display incorrectly on npmjs.com * Update the license field in all the package.json files
1 parent 5622ac6 commit cd25c26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"icloud"
2727
],
2828
"author": "Vojtech Novak ([email protected])",
29-
"license": "see LICENSE file",
29+
"license": "MIT",
3030
"bugs": {
3131
"url": "https://github.com/react-native-documents/document-picker/issues"
3232
},

packages/document-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"url": "git+https://github.com/react-native-documents/document-picker.git"
5151
},
5252
"author": "Vojtech Novak ([email protected])",
53-
"license": "see LICENSE file",
53+
"license": "MIT",
5454
"bugs": {
5555
"url": "https://github.com/react-native-documents/document-picker/issues"
5656
},

packages/document-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"url": "git+https://github.com/react-native-documents/document-picker.git"
4949
},
5050
"author": "Vojtech Novak ([email protected])",
51-
"license": "see LICENSE file",
51+
"license": "MIT",
5252
"bugs": {
5353
"url": "https://github.com/react-native-documents/document-picker/issues"
5454
},

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"private": true,
2323
"repository": "https://github.com/react-native-documents/sponsors-only",
2424
"author": "Vojtech Novak ([email protected])",
25-
"license": "see LICENSE file",
25+
"license": "MIT",
2626
"bugs": {
2727
"url": "https://github.com/react-native-documents/sponsors-only/issues"
2828
},

0 commit comments

Comments
 (0)