Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 29, 2015
1 parent 9cf20b7 commit a4f4b19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
4 changes: 0 additions & 4 deletions lib/async-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ module.exports = [
{
step: "Add options setting event",
fn: async.addOptionsEvent
},
{
step: "Logging info about Running UI",
fn: async.logInfo
}
];
10 changes: 0 additions & 10 deletions lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,5 @@ module.exports = {
});
});
done();
},
/**
* @param ui
* @param done
*/
logInfo: function (ui, done) {
ui.options.get("urls").map(function (url) {
ui.logger.info("Running at: {magenta:%s", url);
});
done();
}
};
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "0.2.4",
"version": "0.2.5",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down

0 comments on commit a4f4b19

Please sign in to comment.