Skip to content

Commit d106675

Browse files
committed
improve .npmignore
1 parent 97dcf61 commit d106675

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.npmignore

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
/.nyc_output
33
/.vscode
44
/coverage
5-
/dev
65
/dist
6+
/dist-test
77
/docs
8-
/lib/test
8+
/lib-test
99
/not-ported-extensions
1010
/src
1111
/test
@@ -15,22 +15,17 @@ CODE_OF_CONDUCT.md
1515
CONTRIBUTING.md
1616
ISSUE_TEMPLATE.md
1717
PULL_REQUEST_TEMPLATE.md
18-
bower.json
1918
karma.conf.js
2019
tsconfig.json
2120
tsconfig.test.json
22-
tsfmt.json
2321
tslint.json
24-
typings.json
22+
tslint.test.json
2523
webpack.config.js
2624
yarn.lock
27-
.codeclimate.yml
2825
.editorconfig
29-
.eslintignore
30-
.eslintrc
3126
.gitignore
3227
.istanbul.yml
3328
.npmignore
3429
.prettierrc
3530
.publishrc
36-
.travis.yml
31+
.travis.yml

0 commit comments

Comments
 (0)