Skip to content

Commit 086bc90

Browse files
author
Sheeshpaul Kamboj
committed
Updated version.
Updated version.
1 parent 48bd128 commit 086bc90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcomponents-redux",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Web Components binding for Redux",
55
"license": "MIT",
66
"repository": {

test/connect.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ describe('connect', () => {
9191
expect(hasDisconnectedCallback).toBe(true);
9292

9393
// @ts-ignore
94-
expect(Component.prototype.mixinExistingDisconnectedCallback).toBe(existingDisconnectedCallback)
94+
expect(Component.prototype.mixinExistingDisconnectedCallback).toBe(existingDisconnectedCallback);
9595
});
9696
});

0 commit comments

Comments
 (0)