Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Aug 23, 2019
1 parent b55f944 commit b17bdd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- `file-loader` -> _4.2.0_
- `koa` -> _2.8.1_
- `koa-helmet` -> _5.1.0_
- `less` -> _3.10.2_
- `less` -> _3.10.3_
- `mini-css-extract-plugin` -> _0.8.0_
- `react` -> _16.9.0_
- `react-dom` -> _16.9.0_
Expand Down
10 changes: 6 additions & 4 deletions packages/koot-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

switch (process.argv0) {
case 'create': {
require('./bin/koot-create')
break
require('./bin/koot-create');
break;
}
case 'upgrade': {
require('./bin/koot-upgrade')
break
require('./bin/koot-upgrade');
break;
}
default: {
}
}
2 changes: 1 addition & 1 deletion packages/koot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"koa-router": "7.4.0",
"koa-static": "5.0.0",
"koot-webpack": "^0.11.0-beta.1",
"less": "3.10.2",
"less": "3.10.3",
"less-loader": "5.0.0",
"lodash": "4.17.15",
"md5": "2.2.1",
Expand Down

0 comments on commit b17bdd3

Please sign in to comment.