Skip to content

Commit b81531d

Browse files
committed
Revert: apparently optimizing the npm package actually *lowers* npm's quality score
1 parent 5aa6463 commit b81531d

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.npmignore

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ node_modules/
22
.npm
33
.eslintcache
44
.antlr
5+
.github/
6+
.gitignore
7+
.npmignore
58

69
# Build
710
bin/
@@ -10,22 +13,23 @@ build.txt
1013
typings-autogen/
1114
coverage/
1215

16+
# The following is commented out because
17+
# apparently optimizing the npm package
18+
# actually *lowers* npm's quality score :(
19+
1320
# Dev env
14-
.github/
15-
.gitignore
16-
.npmignore
17-
.eslintrc.js
18-
jsconfig.json
19-
tsconfig.json
21+
# .eslintrc.js
22+
# jsconfig.json
23+
# tsconfig.json
2024

2125
# Build system
22-
build.binaries.config.mjs
23-
build.binaries.mjs
24-
rollup.config.bundletypes.mjs
25-
rollup.config.package.mjs
26+
# build.binaries.config.mjs
27+
# build.binaries.mjs
28+
# rollup.config.bundletypes.mjs
29+
# rollup.config.package.mjs
2630

2731
# Tests
28-
test/
32+
# test/
2933

3034
# Logs
3135
logs

0 commit comments

Comments
 (0)