Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Mar 29, 2019
1 parent b021b3e commit 77bd183
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-legacy",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"axios": "0.18.0",
"cssnano": "4.1.10",
"koot": "^0.8.2",
"koot": "^0.8.3",
"normalize.css": "8.0.1",
"svg-url-loader": "2.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/koot-boilerplate-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-system",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.8.2"
"koot": "^0.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/koot-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"description": "Tech-demo boilerplate for koot.js.",
"author": {
"name": "diablohu",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"axios": "0.18.0",
"classnames": "2.2.6",
"koot": "^0.8.2"
"koot": "^0.8.3"
},
"devDependencies": {
"autoprefixer": "9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/koot-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot-webpack",
"version": "0.8.1",
"version": "0.8.3",
"description": "Webpack related resources for Koot.js",
"sideEffects": false,
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/koot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot",
"version": "0.8.2",
"version": "0.8.3",
"description": "Koot.js - React isomorphic framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -90,7 +90,7 @@
"koa-proxies": "0.8.1",
"koa-router": "7.4.0",
"koa-static": "5.0.0",
"koot-webpack": "^0.8.1",
"koot-webpack": "^0.8.3",
"less": "3.9.0",
"less-loader": "4.1.0",
"md5": "2.2.1",
Expand Down

0 comments on commit 77bd183

Please sign in to comment.