Merge pull request #530 from matrix-org/dbkr/no_pack_world

Explicitly list files in package.json
This commit is contained in:
Richard van der Hoff 2016-11-01 15:27:21 +00:00 committed by GitHub
commit a6417c287f
2 changed files with 17 additions and 3 deletions

View file

@ -1,3 +0,0 @@
example
examples
.module-cache

View file

@ -9,6 +9,23 @@
},
"license": "Apache-2.0",
"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": {
"reskindex": "scripts/reskindex.js"
},