feat: upgrade clang-format to v1.0.28.

This commit is contained in:
Martin Probst 2015-07-10 11:28:38 +02:00
parent 875db11822
commit 45994a53ce
2 changed files with 4 additions and 5 deletions

View File

@ -2175,7 +2175,7 @@
}
},
"clang-format": {
"version": "1.0.25",
"version": "1.0.28",
"dependencies": {
"resolve": {
"version": "1.1.6"

7
npm-shrinkwrap.json generated
View File

@ -3354,13 +3354,12 @@
}
},
"clang-format": {
"version": "1.0.25",
"from": "https://registry.npmjs.org/clang-format/-/clang-format-1.0.25.tgz",
"resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.0.25.tgz",
"version": "1.0.28",
"from": "clang-format@1.0.28",
"dependencies": {
"resolve": {
"version": "1.1.6",
"from": "https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz",
"from": "resolve@>=1.1.6 <2.0.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz"
}
}