fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-27 17:05:18 +00:00
parent bfff3b4da5
commit aa8e2a9ae4
2 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,6 @@
}, },
"dependencies": { "dependencies": {
"@pushrocks/lik": "^4.0.6", "@pushrocks/lik": "^4.0.6",
"@pushrocks/smartevent": "^2.0.5",
"@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.5.5" "rxjs": "^6.5.5"
}, },

View File

@ -1,6 +1,5 @@
import * as lik from '@pushrocks/lik'; import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs'; import * as rxjs from 'rxjs';
import * as smartevent from '@pushrocks/smartevent';
import * as smartpromise from '@pushrocks/smartpromise'; import * as smartpromise from '@pushrocks/smartpromise';
export { lik, rxjs, smartevent, smartpromise }; export { lik, rxjs, smartpromise };