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 c656178 commit 3aa22c1Copy full SHA for 3aa22c1
.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,20 +15,14 @@ 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
tslint.test.json
25
-typings.json
26
webpack.config.js
27
yarn.lock
28
-.codeclimate.yml
29
.editorconfig
30
-.eslintignore
31
-.eslintrc
32
.gitignore
33
.istanbul.yml
34
.npmignore
0 commit comments