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.
2 parents 2f59326 + 057ca98 commit 0dd5289Copy full SHA for 0dd5289
15 files changed
.gitignore
@@ -1,7 +1,5 @@
1
-node_modules/
2
-.nyc_output/
+node_modules
+.nyc_output
3
npm-debug.log
4
-lib/
5
-_gh-pages/
6
-.publish/
7
-*.sublime*
+coverage
+lib
.npmignore
@@ -0,0 +1,7 @@
+src
+.gitignore
+.travis.yml
+npm-debug.log
.travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
+ - v9
- v8
- v7
- v6
0 commit comments