Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit e63ea57

Browse files
fix(package): Added 'tslib'
1 parent d762eb1 commit e63ea57

5 files changed

+12
-3
lines changed

awesome-validator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"chardet": "^0.4.2",
6363
"date-fns": "^2.0.0-alpha.7",
6464
"deep-equal": "^1.0.1",
65-
"mime-types": "^2.1.18"
65+
"mime-types": "^2.1.18",
66+
"tslib": "^1.9.0"
6667
},
6768
"devDependencies": {
6869
"@cknow/tslint-config": "^3.3.0",

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"outDir": "lib",
44
"target": "es5",
55
"importHelpers": true,
6-
"noEmitHelpers": false,
76
"emitDecoratorMetadata": true,
87
"experimentalDecorators": true,
98
"allowSyntheticDefaultImports": true,

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -5586,6 +5586,10 @@ tslib@^1.8.0:
55865586
version "1.8.1"
55875587
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
55885588

5589+
tslib@^1.9.0:
5590+
version "1.9.0"
5591+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
5592+
55895593
tslint@^5.9.1:
55905594
version "5.9.1"
55915595
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"

0 commit comments

Comments
 (0)