Skip to content

Commit 43ca41b

Browse files
npm: add readme when prepacking (#1059)
1 parent d29ee42 commit 43ca41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-distribution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"scripts": {
99
"install": "node install.js",
10-
"prepack": "cp ../LICENSE ."
10+
"prepack": "cp ../LICENSE . && cp ../README.md ."
1111
},
1212
"main": "src.js",
1313
"bin": {

0 commit comments

Comments
 (0)