This commit is contained in:
Erich Gamma 2016-12-18 22:41:18 +01:00
Родитель 43eb0d9321
Коммит a16ea36831
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -1,4 +1,5 @@
- 0.1.3 Guard against invalid package.json files issue [#77](https://github.com/Microsoft/vscode-npm-scripts/issues/27)
- 0.1.4 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
- 0.0.21 added command to run `npm start`.
- 0.0.20 when commands are run in the terminal, then the **integrated terminal** is used.

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

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