Skip to content

Commit

Permalink
fix(ci): fix Travis CI broken
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed May 9, 2017
1 parent 890836f commit ceeea29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"mocha": "^3.0.2",
"power-assert": "^1.4.2",
"tslint": "^5.1.0",
"typescript": "^2.3.2"
"typescript": "^2.3.2",
"typescript-formatter": "^5.1.3"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,13 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript-formatter@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/typescript-formatter/-/typescript-formatter-5.1.3.tgz#97cc9dc397ec20ba96effec24fb8b5676262e62b"
dependencies:
commandpost "^1.0.0"
editorconfig "^0.13.2"

typescript@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.2.tgz#f0f045e196f69a72f06b25fd3bd39d01c3ce9984"
Expand Down

0 comments on commit ceeea29

Please sign in to comment.