Add missing "files" field to react-call-return package

This commit is contained in:
Dan Abramov
2017-11-07 14:07:37 +00:00
parent cbd6d43417
commit b2ff29d38c
+6
View File
@@ -3,6 +3,12 @@
"description": "Experimental APIs for multi-pass rendering in React.",
"version": "0.1.0",
"repository": "facebook/react",
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/"
],
"dependencies": {
"fbjs": "^0.8.16",
"object-assign": "^4.1.1"