diff --git a/package.json b/package.json index fc7293e..3414402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tp/tp-store", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "tp-store.js", "scripts": { diff --git a/store.js b/store.js index c27268d..c5e95f8 100644 --- a/store.js +++ b/store.js @@ -92,7 +92,7 @@ export class Store { } // Backwards compatibility layer for the mixin -export const StoreSubcriber = function(superClass) { +export const StoreSubscriber = function(superClass) { return class extends superClass { constructor() { super();