fix(core): update

This commit is contained in:
2020-05-14 12:56:58 +00:00
parent 62676cf816
commit 16ca87923d
10 changed files with 656 additions and 605 deletions

View File

@@ -3,8 +3,8 @@
"version": "3.0.3",
"private": false,
"description": "minimal and fast loading plugin for startup time measuring",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
@@ -23,12 +23,26 @@
},
"homepage": "https://gitlab.com/pushrocks/early#readme",
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/tapbundle": "^3.0.1"
"@gitzone/tsrun": "^1.2.8",
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/tapbundle": "^3.2.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5"
}
}
"@pushrocks/smartpromise": "^3.0.6"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}