Move npmignore blacklist to package.json whitelist

This commit is contained in:
Andrew Imm
2016-02-24 14:38:02 -08:00
parent f461f2abb3
commit f3286f9d16
2 changed files with 7 additions and 33 deletions

View File

@@ -7,6 +7,13 @@
"type": "git",
"url": "https://github.com/ParsePlatform/parse-server"
},
"files": [
"bin/",
"lib/",
"LICENSE",
"PATENTS",
"README.md"
],
"license": "BSD-3-Clause",
"dependencies": {
"apn": "^1.7.5",