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

Commit a6417c2

Browse files
authored
Merge pull request #530 from matrix-org/dbkr/no_pack_world
Explicitly list files in package.json
2 parents 9e69b48 + ce19739 commit a6417c2

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

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)