This commit is contained in:
Philipp Kunz 2019-02-27 02:00:47 +01:00
parent c5a3eb63ad
commit 01e938274d
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartstate", "name": "@pushrocks/smartstate",
"version": "1.0.8", "version": "1.0.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartstate", "name": "@pushrocks/smartstate",
"version": "1.0.8", "version": "1.0.9",
"private": false, "private": false,
"description": "a package that handles state in a good way", "description": "a package that handles state in a good way",
"main": "dist/index.js", "main": "dist/index.js",
@ -24,4 +24,4 @@
"@pushrocks/lik": "^3.0.4", "@pushrocks/lik": "^3.0.4",
"rxjs": "^6.4.0" "rxjs": "^6.4.0"
} }
} }