Make sure all package.json have valid "files" array, including UMD build

This commit is contained in:
Brian Vaughn
2017-03-31 10:40:57 -07:00
parent 67a8db3650
commit 2804fa9dfe
5 changed files with 23 additions and 3 deletions
@@ -12,6 +12,12 @@
"fbjs": "^0.8.4",
"object-assign": "^4.1.0"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"index.js"
],
"peerDependencies": {
"react": "^15.4.2"
},
@@ -19,6 +19,8 @@
"LICENSE",
"PATENTS",
"README.md",
"index.js"
"index.js",
"react-addons-linked-state-mixin.js",
"react-addons-linked-state-mixin.min.js"
]
}
@@ -16,7 +16,9 @@
"LICENSE",
"PATENTS",
"README.md",
"index.js"
"index.js",
"react-addons-shallow-compare.js",
"react-addons-shallow-compare.min.js"
],
"scripts": {
"test": "jest"
+3 -1
View File
@@ -16,6 +16,8 @@
"LICENSE",
"PATENTS",
"README.md",
"index.js"
"index.js",
"react-addons-update.js",
"react-addons-update.min.js"
]
}
+8
View File
@@ -10,6 +10,14 @@
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"files": [
"LICENSE",
"PATENTS",
"factory.js",
"index.js",
"react-linked-input.js",
"react-linked-input.min.js"
],
"keywords": [
"react",
"linkedinput",