Comparing version 2.0.2 to 2.0.3
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.typescriptlang.org/", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "0BSD", | ||
@@ -32,2 +32,3 @@ "description": "Runtime library for TypeScript helper functions", | ||
".": { | ||
"module": "./tslib.es6.js", | ||
"import": "./modules/index.js", | ||
@@ -34,0 +35,0 @@ "default": "./tslib.js" |
@@ -41,9 +41,9 @@ # tslib | ||
# TypeScript 3.9.2 or later | ||
npm install --save tslib | ||
npm install tslib | ||
# TypeScript 3.8.4 or earlier | ||
npm install --save tslib@^1 | ||
npm install tslib@^1 | ||
# TypeScript 2.3.2 or earlier | ||
npm install --save tslib@1.6.1 | ||
npm install tslib@1.6.1 | ||
``` | ||
@@ -134,3 +134,3 @@ | ||
"paths": { | ||
"tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"] | ||
"tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"] | ||
} | ||
@@ -137,0 +137,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34220