Reduce dev dependencies of emmet #28874

This commit is contained in:
Ramya Achutha Rao 2017-06-20 14:05:39 -07:00
parent 6fa9edcf71
commit 6e366b8f90
2 changed files with 10 additions and 9 deletions

View file

@ -70,17 +70,10 @@
}
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
"compile": "gulp compile-extension:emmet"
},
"devDependencies": {
"typescript": "^2.0.3",
"vscode": "^1.0.0",
"mocha": "^2.3.3",
"@types/node": "^6.0.40",
"@types/mocha": "^2.2.32"
"@types/node": "^7.0.4"
},
"dependencies": {
"@emmetio/expand-abbreviation": "^0.5.4",

View file

@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/// <reference path='../../../../src/vs/vscode.d.ts'/>
/// <reference types='@types/node'/>
/// <reference types='@types/mocha'/>