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 7240228 commit 23811c7Copy full SHA for 23811c7
.eslintrc
@@ -9,7 +9,8 @@
9
"globals": {
10
"Promise": true,
11
"Uint8Array" : true,
12
- "ArrayBuffer" : true
+ "ArrayBuffer" : true,
13
+ "Set": true
14
},
15
"parserOptions": {
16
"ecmaVersion": 2017
package.json
@@ -11,7 +11,7 @@
"dist",
"bower.json"
],
- "version": "3.0.0",
+ "version": "4.0.0-rc1",
"author": "Christian Amor Kvalheim <[email protected]>",
"license": "Apache-2.0",
17
"contributors": [],
0 commit comments