We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019781e commit 2ac527bCopy full SHA for 2ac527b
package.json
@@ -8,6 +8,11 @@
8
"build": "babel -f $npm_package_main -m umd --module-id $npm_package_amdName -s -o $npm_package_main < src/index.js",
9
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
10
},
11
+ "files": [
12
+ "src",
13
+ "index.js",
14
+ "index.js.map"
15
+ ],
16
"repository": {
17
"type": "git",
18
"url": "https://github.com/developit/proptypes.git"
0 commit comments