0.5.0
This commit is contained in:
Родитель
b95cd5a46e
Коммит
2536d6df3f
|
@ -1,6 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.4.0 - May 21, 2010
|
||||
## 0.5.0 - June 10, 2019
|
||||
- Add pnpm as `packageManager` option.
|
||||
|
||||
## 0.4.0 - May 21, 2019
|
||||
- Try to help users better understand why tslint is not enabled by generating warnings if there is a `tslint.json` and the tslint library cannot be found or generates an error.
|
||||
|
||||
## 0.3.1 - January 31, 2019
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "typescript-tslint-plugin",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "TypeScript tslint language service plugin",
|
||||
"main": "out/index.js",
|
||||
"author": "Microsoft",
|
||||
|
|
Загрузка…
Ссылка в новой задаче