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 840589f commit 495e3b9Copy full SHA for 495e3b9
.gitignore
@@ -13,4 +13,5 @@ src/**/*.js.map
13
test/**/*.js
14
test/**/*.js.map
15
npm-debug.log
16
+package-lock.json
17
yarn-error.log
.npmignore
@@ -16,6 +16,7 @@ CONTRIBUTING.md
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
18
karma.conf.js
19
20
tsconfig.json
21
tsconfig.test.json
22
tslint.json
@@ -29,4 +30,4 @@ yarn.lock
29
30
.npmignore
31
.prettierrc
32
.publishrc
-.travis.yml
33
+.travis.yml
0 commit comments