fix(core): update

This commit is contained in:
Philipp Kunz 2020-05-25 18:10:10 +00:00
parent 1c7582d328
commit 96a71638a0
3 changed files with 1956 additions and 577 deletions

2522
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
"build": "(tsbuild && tsbundle npm)"
},
"repository": {
"type": "git",
@ -21,6 +21,7 @@
"homepage": "https://gitlab.com/pushrocks/lik#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.68",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.1",

View File

@ -1,11 +1,3 @@
// ==============
// native
// ==============
import * as events from 'events';
export { events };
// ==============
// @pushrocks
// ==============