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 18f18dd commit 45f0c5fCopy full SHA for 45f0c5f
.eslintrc.json
@@ -1,9 +1,4 @@
1
{
2
- "ecmaFeatures": {
3
- "modules": true,
4
- "experimentalObjectRestSpread": true
5
- },
6
-
7
"env": {
8
"browser": false,
9
"es6": true,
.gitignore
@@ -25,6 +25,4 @@ vendor
25
temp
26
tmp
27
TODO.md
28
29
-examples/*/dist
30
-examples/*/site
+package-lock.json
.travis.yml
@@ -5,6 +5,7 @@ os:
language: node_js
node_js:
- node
+ - '8'
- '7'
10
- '6'
11
- '5'
0 commit comments