Skip to content

Commit

Permalink
Deps: Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblunck committed Apr 27, 2019
1 parent c46f925 commit e2a8808
Show file tree
Hide file tree
Showing 3 changed files with 936 additions and 787 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs')
const path = require('path')
const rc = require('rc')
const chalk = require('chalk')
const opn = require('opn')
const open = require('open')
const webpack = require('webpack')
const WebpackDevServer = require('webpack-dev-server')

Expand Down Expand Up @@ -159,6 +159,6 @@ function start() {

console.log(chalk.green(`Started development server at ${url}\n`))

opn(url, { app: options.browser })
open(url, { app: options.browser })
})
}
Loading

0 comments on commit e2a8808

Please sign in to comment.