Skip to content

Commit

Permalink
Add standard-flow as a dependency
Browse files Browse the repository at this point in the history
standard-flow was added as a style option in a38c40d, however, it was not added as a dependency. This caused us to throw an error if standard-flow was not locally installed.

Fixes #166.
  • Loading branch information
sonicdoe committed Jul 29, 2017
1 parent d359d0b commit edb3127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"q": "^1.4.1",
"semistandard": "^9.1.0",
"standard": "^8.6.0",
"standard-flow": "^1.0.0",
"uber-standard": "^5.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit edb3127

Please sign in to comment.