We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dc5f82 + 60824d0 commit 4d0058cCopy full SHA for 4d0058c
README.md
@@ -38,13 +38,13 @@ For the latest stable version, run:
38
39
```sh
40
# TypeScript 3.9.2 or later
41
-npm install --save tslib
+npm install tslib
42
43
# TypeScript 3.8.4 or earlier
44
-npm install --save tslib@^1
+npm install tslib@^1
45
46
# TypeScript 2.3.2 or earlier
47
-npm install --save tslib@1.6.1
+npm install tslib@1.6.1
48
```
49
50
## yarn
@@ -130,7 +130,7 @@ For JSPM users:
130
"importHelpers": true,
131
"baseUrl": "./",
132
"paths": {
133
- "tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"]
+ "tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
134
}
135
136
0 commit comments