build(npm): revert clang-format upgrade
there are too many reformatting changes require that would add noise to the upgrade commit
This commit is contained in:
parent
341bf39d23
commit
c9090ffa31
|
@ -1592,7 +1592,7 @@
|
|||
"version": "1.0.2"
|
||||
},
|
||||
"clang-format": {
|
||||
"version": "1.0.33"
|
||||
"version": "1.0.32"
|
||||
},
|
||||
"cli-color": {
|
||||
"version": "1.1.0",
|
||||
|
|
|
@ -2489,9 +2489,9 @@
|
|||
"resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.2.tgz"
|
||||
},
|
||||
"clang-format": {
|
||||
"version": "1.0.33",
|
||||
"from": "clang-format@>=1.0.32 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.0.33.tgz"
|
||||
"version": "1.0.32",
|
||||
"from": "clang-format@1.0.32",
|
||||
"resolved": "https://registry.npmjs.org/clang-format/-/clang-format-1.0.32.tgz"
|
||||
},
|
||||
"cli-color": {
|
||||
"version": "1.1.0",
|
||||
|
|
Loading…
Reference in New Issue