Skip to content

Commit 4d0058c

Browse files
author
Orta Therox
authored
Merge pull request #62 from stevemoser/patch-1
Remove --save option as it isn't required anymore
2 parents 4dc5f82 + 60824d0 commit 4d0058c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ For the latest stable version, run:
3838

3939
```sh
4040
# TypeScript 3.9.2 or later
41-
npm install --save tslib
41+
npm install tslib
4242

4343
# TypeScript 3.8.4 or earlier
44-
npm install --save tslib@^1
44+
npm install tslib@^1
4545

4646
# TypeScript 2.3.2 or earlier
47-
npm install --save [email protected]
47+
npm install [email protected]
4848
```
4949

5050
## yarn
@@ -130,7 +130,7 @@ For JSPM users:
130130
"importHelpers": true,
131131
"baseUrl": "./",
132132
"paths": {
133-
"tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"]
133+
"tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
134134
}
135135
}
136136
}

0 commit comments

Comments
 (0)