Skip to content

Commit 34b132f

Browse files
committed
+
1 parent 06c6736 commit 34b132f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "A babel plugin that provides some directives for react(any JSX), similar to directive of vue.",
55
"main": "src/index.js",
66
"files": [
7-
"src"
7+
"src",
8+
"package.json",
9+
"README.md"
810
],
911
"scripts": {
1012
"test": "jest",

0 commit comments

Comments
 (0)