Skip to content

Commit

Permalink
Merge pull request #62 from stevemoser/patch-1
Browse files Browse the repository at this point in the history
Remove --save option as it isn't required anymore
  • Loading branch information
Orta Therox authored Oct 6, 2020
2 parents 4dc5f82 + 60824d0 commit 4d0058c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ For the latest stable version, run:

```sh
# 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
```

## yarn
Expand Down Expand Up @@ -130,7 +130,7 @@ For JSPM users:
"importHelpers": true,
"baseUrl": "./",
"paths": {
"tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"]
"tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
}
}
}
Expand Down

0 comments on commit 4d0058c

Please sign in to comment.