This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git
The following commit(s) were added to refs/heads/master by this push: new 98c05bc tslib as normal not dev dependancy (#6) 98c05bc is described below commit 98c05bc5c427ae0fa13a4b2377a130997fd3a4b8 Author: Tomasz Pytel <tompy...@gmail.com> AuthorDate: Thu Dec 3 11:32:43 2020 -0300 tslib as normal not dev dependancy (#6) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d736ac1..01c931f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "ts-jest": "^26.4.4", "ts-node": "^8.10.2", "tsconfig-paths": "^3.9.0", - "tslib": "^2.0.3", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.5", @@ -61,6 +60,7 @@ "google-protobuf": "^3.12.2", "grpc": "^1.10.1", "semver": "^7.3.2", + "tslib": "^2.0.3", "uuid": "^8.1.0", "winston": "^3.2.1" }