Add npm-shrinkwrap.json for css, json, php

#8570
This commit is contained in:
isidor
2016-07-01 09:52:48 +02:00
parent b504076ca4
commit f32b435e6d
5 changed files with 160 additions and 0 deletions

11
extensions/php/npm-shrinkwrap.json generated Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "php",
"version": "0.1.0",
"dependencies": {
"vscode-nls": {
"version": "1.0.7",
"from": "vscode-nls@>=1.0.4 <2.0.0",
"resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-1.0.7.tgz"
}
}
}