mirror of https://github.com/vector-im/riot-web
Merge pull request #530 from matrix-org/dbkr/no_pack_world
Explicitly list files in package.jsonpull/21833/head
commit
a6417c287f
|
@ -1,3 +0,0 @@
|
||||||
example
|
|
||||||
examples
|
|
||||||
.module-cache
|
|
17
package.json
17
package.json
|
@ -9,6 +9,23 @@
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
"files": [
|
||||||
|
"CHANGELOG.md",
|
||||||
|
"CONTRIBUTING.rst",
|
||||||
|
"LICENSE",
|
||||||
|
"README.md",
|
||||||
|
"code_style.md",
|
||||||
|
"git-revision.txt",
|
||||||
|
"header",
|
||||||
|
"jenkins.sh",
|
||||||
|
"karma.conf.js",
|
||||||
|
"lib",
|
||||||
|
"package.json",
|
||||||
|
"release.sh",
|
||||||
|
"scripts",
|
||||||
|
"src",
|
||||||
|
"test"
|
||||||
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"reskindex": "scripts/reskindex.js"
|
"reskindex": "scripts/reskindex.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue