Use strict version-identifier for @types/xyz-modules . For #35561

This commit is contained in:
Martin Aeschlimann
2017-10-04 11:24:02 +02:00
parent b8408ca598
commit 12d4925c72
14 changed files with 18 additions and 20 deletions

View File

@@ -118,6 +118,6 @@
"update-grammar": "node ./build/update-grammar.js"
},
"devDependencies": {
"@types/node": "^7.0.4"
"@types/node": "7.0.43"
}
}