This commit is contained in:
Erich Gamma 2016-12-18 16:57:06 +01:00
Родитель 3f1322487d
Коммит 0804e3b985
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,3 +1,4 @@
- 0.1.3 Guard against invalid package.json files issue [#77](https://github.com/Microsoft/vscode-npm-scripts/issues/27)
- 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.2",
"version": "0.1.3",
"publisher": "eg2",
"icon": "npm_icon.png",
"engines": {