Skip to content

Commit f44b192

Browse files
greenkeeper[bot]ofrobots
authored andcommitted
fix(package): update clang-format to version 1.2.3
1 parent a340abe commit f44b192

File tree

3 files changed

+66
-70
lines changed

3 files changed

+66
-70
lines changed

package-lock.json

Lines changed: 62 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"license": "Apache-2.0",
4141
"dependencies": {
4242
"chalk": "^2.3.0",
43-
"clang-format": "1.2.2",
43+
"clang-format": "1.2.3",
4444
"inquirer": "^5.1.0",
4545
"meow": "^4.0.0",
4646
"pify": "^3.0.0",

src/init.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ import {readFilep as read, readJsonp as readJson, writeFileAtomicp as write} fro
2323

2424
const pkg = require('../../package.json') as PackageJson;
2525

26-
export interface Bag<T> { [script: string]: T; }
26+
export interface Bag<T> {
27+
[script: string]: T;
28+
}
2729

2830
// TODO: is this type available from definitelytyped.org? Find it, and drop the
2931
// local definition.

0 commit comments

Comments
 (0)