This commit is contained in:
Ramya Achutha Rao 2017-07-31 15:10:03 -07:00
Родитель f14e36158b
Коммит b39358a20b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
{
"name": "vscode-emmet-helper",
"version": "1.0.2",
"version": "1.0.3",
"description": "Helper to use emmet modules in Visual Studio Code",
"main": "./out/emmetHelper.js",
"author": "Microsoft Corporation",

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

@ -5,7 +5,7 @@
import { TextDocument, Position, Range, CompletionItem, CompletionList, TextEdit, InsertTextFormat } from 'vscode-languageserver-types'
import { expand, createSnippetsRegistry } from 'vscode-expand-abbreviation';
import { expand, createSnippetsRegistry } from '@emmetio/expand-abbreviation';
import * as extract from '@emmetio/extract-abbreviation';
import * as path from 'path';
import * as fs from 'fs';