@storex/core
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -8,2 +8,1 @@ "use strict"; | ||
__export(require("./update")); | ||
//# sourceMappingURL=index.js.map |
@@ -84,2 +84,1 @@ "use strict"; | ||
exports.Store = Store; | ||
//# sourceMappingURL=store.js.map |
@@ -23,2 +23,1 @@ "use strict"; | ||
exports.update = update; | ||
//# sourceMappingURL=update.js.map |
@@ -43,2 +43,1 @@ "use strict"; | ||
exports.StoreIns = StoreIns; | ||
//# sourceMappingURL=examples.js.map |
@@ -7,2 +7,1 @@ "use strict"; | ||
__export(require("./core")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@storex/core", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Binding store to your app", | ||
@@ -9,3 +9,4 @@ "main": "lib/index.js", | ||
"test": "jest", | ||
"build": "tsc" | ||
"build": "tsc", | ||
"release": "rm -rf lib && tsc --sourceMap false && npm test && npm publish --access=public && npm version patch" | ||
}, | ||
@@ -12,0 +13,0 @@ "author": "Moshe Kabala", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1
3
7831
15