Skip to content

Commit 3596c04

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

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

.npmignore

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

package.json

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

0 commit comments

Comments
 (0)