Skip to content

Commit aee03f6

Browse files
committed
Use whitelist instead of blacklist for packaging
1 parent cfd1cd1 commit aee03f6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.npmignore

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

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "react-router",
33
"version": "1.0.0-rc4",
44
"description": "A complete routing library for React.js",
5+
"files": [
6+
"*.md",
7+
"docs",
8+
"lib",
9+
"npm-scripts",
10+
"umd"
11+
],
512
"main": "lib/index",
613
"repository": {
714
"type": "git",

0 commit comments

Comments
 (0)