This commit is contained in:
Ramya Achutha Rao 2017-06-29 19:08:04 -07:00
Родитель e7dd852adc
Коммит 543c06c55e
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1,16 +1,16 @@
{
"name": "vscode-emmet-helper",
"version": "0.0.17",
"version": "0.0.18",
"description": "Helper to use emmet modules in Visual Studio Code",
"main": "./out/emmetHelper.js",
"author": "Microsoft Corporation",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-emmet-helper"
"url": "https://github.com/ramya-rao-a/vscode-emmet-helper"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vscode-emmet-helper"
"url": "https://github.com/ramya-rao-a/vscode-emmet-helper"
},
"devDependencies": {
"@types/node": "^6.0.46",