Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
@@ -268,4 +268,2 @@ 'use strict'; | ||
_cache2.default.subscribe(cxs.attach); | ||
exports.default = cxs; |
@@ -173,3 +173,3 @@ | ||
yo.update(tree, newTree) | ||
// cxs.attach() | ||
cxs.attach() | ||
console.log(cxs.getRules().length) | ||
@@ -181,3 +181,3 @@ console.log(cxs.getRules()) | ||
const tree = View(store) | ||
// cxs.attach() | ||
cxs.attach() | ||
@@ -184,0 +184,0 @@ store.subscribe(update) |
{ | ||
"name": "cxs", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -226,5 +226,3 @@ | ||
cache.subscribe(cxs.attach) | ||
export default cxs | ||
26864
899