mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Using strict version-id for @types-modules, #35561
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-api-tests ./tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.38",
|
||||
"@types/node": "^7.0.4",
|
||||
"@types/mocha": "2.2.38",
|
||||
"@types/node": "7.0.4",
|
||||
"typescript": "^1.6.2",
|
||||
"vscode": "1.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user