1.0.1
This commit is contained in:
Родитель
eae03bdb1e
Коммит
3fc5c255a0
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.1 - December 14, 2020
|
||||
- Catch error when resolving global tslint fails. Thanks @nickjs!
|
||||
|
||||
## 1.0.0 - November 30, 2020
|
||||
- Restricts when tslint is loaded from the workspace.
|
||||
- Global TSLint versions can always be loaded.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "TypeScript tslint language service plugin",
|
||||
"main": "out/index.js",
|
||||
"author": "Microsoft",
|
||||
|
|
Загрузка…
Ссылка в новой задаче