Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.typescriptlang.org/", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "0BSD", | ||
@@ -29,3 +29,10 @@ "description": "Runtime library for TypeScript helper functions", | ||
"typings": "tslib.d.ts", | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"import": "./modules/index.js", | ||
"default": "./tslib.js" | ||
}, | ||
"./": "./" | ||
} | ||
} |
@@ -40,5 +40,8 @@ # tslib | ||
```sh | ||
# TypeScript 2.3.3 or later | ||
# TypeScript 3.9.2 or later | ||
npm install --save tslib | ||
# TypeScript 3.8.4 or earlier | ||
npm install --save tslib@^1 | ||
# TypeScript 2.3.2 or earlier | ||
@@ -51,5 +54,8 @@ npm install --save tslib@1.6.1 | ||
```sh | ||
# TypeScript 2.3.3 or later | ||
# TypeScript 3.9.2 or later | ||
yarn add tslib | ||
# TypeScript 3.8.4 or earlier | ||
yarn add tslib@^1 | ||
# TypeScript 2.3.2 or earlier | ||
@@ -62,5 +68,8 @@ yarn add tslib@1.6.1 | ||
```sh | ||
# TypeScript 2.3.3 or later | ||
# TypeScript 3.9.2 or later | ||
bower install tslib | ||
# TypeScript 3.8.4 or earlier | ||
bower install tslib@^1 | ||
# TypeScript 2.3.2 or earlier | ||
@@ -73,5 +82,8 @@ bower install tslib@1.6.1 | ||
```sh | ||
# TypeScript 2.3.3 or later | ||
# TypeScript 3.9.2 or later | ||
jspm install tslib | ||
# TypeScript 3.8.4 or earlier | ||
jspm install tslib@^1 | ||
# TypeScript 2.3.2 or earlier | ||
@@ -78,0 +90,0 @@ jspm install tslib@1.6.1 |
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
34201
11
551
155