Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit f9b3f75

Browse files
committed
Use files entry of package json
1 parent cd23439 commit f9b3f75

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: .npmignore

-3
This file was deleted.

Diff for: package.json

+9
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,13 @@
4343
"should-format": "0.3.2",
4444
"should-type": "0.2.0"
4545
}
46+
"files": [
47+
"cjs/*",
48+
"es6/*",
49+
"as-function.js",
50+
"index.js",
51+
"should.js",
52+
"LICENSE",
53+
"*.md"
54+
]
4655
}

0 commit comments

Comments
 (0)