Skip to content

Commit 23811c7

Browse files
committed
4.0.0-rc1
1 parent 7240228 commit 23811c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"globals": {
1010
"Promise": true,
1111
"Uint8Array" : true,
12-
"ArrayBuffer" : true
12+
"ArrayBuffer" : true,
13+
"Set": true
1314
},
1415
"parserOptions": {
1516
"ecmaVersion": 2017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist",
1212
"bower.json"
1313
],
14-
"version": "3.0.0",
14+
"version": "4.0.0-rc1",
1515
"author": "Christian Amor Kvalheim <[email protected]>",
1616
"license": "Apache-2.0",
1717
"contributors": [],

0 commit comments

Comments
 (0)