update changelog and the package.json

This commit is contained in:
Erich Gamma 2017-01-01 23:49:11 +01:00
Родитель e8e3fdc55e
Коммит a18aa50d88
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
- 0.1.6 Fully support the `includeDirectories` setting, issue [#24](https://github.com/Microsoft/vscode-npm-scripts/issues/24)
- 0.1.4/0.1.5 Handle the case that npm is not installed more gracefully
- 0.1.3 Guard against invalid package.json files issue [#77](https://github.com/Microsoft/vscode-npm-scripts/issues/77)
- 0.1.0 added support for validating module dependencies

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-npm-script",
"description": "npm support for VS Code",
"displayName": "npm",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "eg2",
"icon": "npm_icon.png",
"engines": {