Skip to content

Commit

Permalink
fix(package): update clang-format to version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and ofrobots committed Apr 23, 2018
1 parent a340abe commit f44b192
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 70 deletions.
130 changes: 62 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "^2.3.0",
"clang-format": "1.2.2",
"clang-format": "1.2.3",
"inquirer": "^5.1.0",
"meow": "^4.0.0",
"pify": "^3.0.0",
Expand Down
4 changes: 3 additions & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import {readFilep as read, readJsonp as readJson, writeFileAtomicp as write} fro

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

export interface Bag<T> { [script: string]: T; }
export interface Bag<T> {
[script: string]: T;
}

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

0 comments on commit f44b192

Please sign in to comment.