Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 6, 2020
1 parent 289b116 commit abb109f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ For the latest stable version, run:

```sh
# TypeScript 2.3.3 or later
npm install --save tslib
npm install tslib

# TypeScript 2.3.2 or earlier
npm install --save tslib@1.6.1
npm install tslib@1.6.1
```

## yarn
Expand Down Expand Up @@ -118,7 +118,7 @@ For JSPM users:
"importHelpers": true,
"baseUrl": "./",
"paths": {
"tslib" : ["jspm_packages/npm/tslib@1.13.0/tslib.d.ts"]
"tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"]
}
}
}
Expand Down

0 comments on commit abb109f

Please sign in to comment.