提交 b365c687 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #19434 from typicode/master

Update ghooks (deprecated) devDependency
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
"compile": "gulp compile --max_old_space_size=4096", "compile": "gulp compile --max_old_space_size=4096",
"watch": "gulp watch --max_old_space_size=4096", "watch": "gulp watch --max_old_space_size=4096",
"monaco-editor-setup": "node scripts/monaco-editor-setup.js", "monaco-editor-setup": "node scripts/monaco-editor-setup.js",
"monaco-editor-test": "mocha --only-monaco-editor" "monaco-editor-test": "mocha --only-monaco-editor",
"precommit": "node build/gulpfile.hygiene.js"
}, },
"dependencies": { "dependencies": {
"applicationinsights": "0.17.0", "applicationinsights": "0.17.0",
...@@ -49,7 +50,6 @@ ...@@ -49,7 +50,6 @@
"event-stream": "^3.1.7", "event-stream": "^3.1.7",
"express": "^4.13.1", "express": "^4.13.1",
"flatpak-bundler": "^0.1.1", "flatpak-bundler": "^0.1.1",
"ghooks": "1.0.3",
"glob": "^5.0.13", "glob": "^5.0.13",
"gulp": "^3.8.9", "gulp": "^3.8.9",
"gulp-atom-electron": "^1.9.0", "gulp-atom-electron": "^1.9.0",
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
"gulp-uglify": "^2.0.0", "gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6", "gulp-util": "^3.0.6",
"gulp-vinyl-zip": "^1.2.2", "gulp-vinyl-zip": "^1.2.2",
"husky": "^0.13.1",
"innosetup-compiler": "^5.5.60", "innosetup-compiler": "^5.5.60",
"is": "^3.1.0", "is": "^3.1.0",
"istanbul": "^0.3.17", "istanbul": "^0.3.17",
...@@ -106,11 +107,6 @@ ...@@ -106,11 +107,6 @@
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/vscode/issues" "url": "https://github.com/Microsoft/vscode/issues"
}, },
"config": {
"ghooks": {
"pre-commit": "node build/gulpfile.hygiene.js"
}
},
"optionalDependencies": { "optionalDependencies": {
"windows-foreground-love": "0.1.0", "windows-foreground-love": "0.1.0",
"windows-mutex": "^0.2.0", "windows-mutex": "^0.2.0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册