We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dcf61 commit d106675Copy full SHA for d106675
.npmignore
@@ -2,10 +2,10 @@
2
/.nyc_output
3
/.vscode
4
/coverage
5
-/dev
6
/dist
+/dist-test
7
/docs
8
-/lib/test
+/lib-test
9
/not-ported-extensions
10
/src
11
/test
@@ -15,22 +15,17 @@ CODE_OF_CONDUCT.md
15
CONTRIBUTING.md
16
ISSUE_TEMPLATE.md
17
PULL_REQUEST_TEMPLATE.md
18
-bower.json
19
karma.conf.js
20
tsconfig.json
21
tsconfig.test.json
22
-tsfmt.json
23
tslint.json
24
-typings.json
+tslint.test.json
25
webpack.config.js
26
yarn.lock
27
-.codeclimate.yml
28
.editorconfig
29
-.eslintignore
30
-.eslintrc
31
.gitignore
32
.istanbul.yml
33
.npmignore
34
.prettierrc
35
.publishrc
36
-.travis.yml
+.travis.yml
0 commit comments