Skip to content

Commit f3286f9

Browse files
committed
Move npmignore blacklist to package.json whitelist
1 parent f461f2a commit f3286f9

File tree

2 files changed

+7
-33
lines changed

2 files changed

+7
-33
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"type": "git",
88
"url": "https://github.com/ParsePlatform/parse-server"
99
},
10+
"files": [
11+
"bin/",
12+
"lib/",
13+
"LICENSE",
14+
"PATENTS",
15+
"README.md"
16+
],
1017
"license": "BSD-3-Clause",
1118
"dependencies": {
1219
"apn": "^1.7.5",

0 commit comments

Comments
 (0)