Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3e8fcac

Browse files
committed
Explicitly list file sin package.json
To avoid publishing whatever happens to be in the working copy. Equivalent of element-hq/element-web#2516 for react-sdk.
1 parent 9e69b48 commit 3e8fcac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
},
1010
"license": "Apache-2.0",
1111
"main": "lib/index.js",
12+
"files": [
13+
"CHANGELOG.md",
14+
"CONTRIBUTING.rst",
15+
"LICENSE",
16+
"README.md",
17+
"code_style.md",
18+
"git-revision.txt",
19+
"header",
20+
"jenkins.sh",
21+
"karma.conf.js",
22+
"lib",
23+
"package.json",
24+
"release.sh",
25+
"scripts",
26+
"src",
27+
"test"
28+
],
1229
"bin": {
1330
"reskindex": "scripts/reskindex.js"
1431
},

0 commit comments

Comments
 (0)