Skip to content

Commit 3411d5f

Browse files
committedJan 2, 2020
Reduce package size
1 parent a6eff36 commit 3411d5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.0-beta.3",
33
"name": "babel-plugin-react-docgen",
44
"description": "Babel plugin to add react-docgen info into your code",
55
"repository": "https://github.com/storybooks/babel-plugin-react-docgen",
@@ -8,6 +8,10 @@
88
"Charles Lehnert"
99
],
1010
"main": "lib/index.js",
11+
"files": [
12+
"*.md",
13+
"lib/**/*"
14+
],
1115
"devDependencies": {
1216
"@babel/cli": "^7.6.4",
1317
"@babel/core": "^7.6.4",

0 commit comments

Comments
 (0)
Please sign in to comment.