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 4c9c27b commit 9300823Copy full SHA for 9300823
.npmignore
@@ -1,10 +1,12 @@
1
/.idea
2
+/.nyc_output
3
/.vscode
4
/coverage
-/dev
5
/dist
6
+/dist-test
7
/docs
-/lib/test
8
+/example
9
+/lib-test
10
/not-ported-extensions
11
/src
12
/test
@@ -14,23 +16,18 @@ CODE_OF_CONDUCT.md
14
16
CONTRIBUTING.md
15
17
ISSUE_TEMPLATE.md
18
PULL_REQUEST_TEMPLATE.md
-bower.json
19
karma.conf.js
20
tsconfig.json
21
tsconfig.test.json
-tsfmt.json
22
tslint.json
23
tslint.test.json
24
-typings.json
25
webpack.config.js
+webpack.example.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