Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Dec 12, 2018
1 parent 7a618d3 commit 251b79e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.7.9",
"version": "0.7.10",
"description": "Koot.js 模板项目",
"author": {
"name": "Diablohu",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"axios": "0.18.0",
"cssnano": "4.1.7",
"koot": "^0.7.9",
"koot": "^0.7.10",
"normalize.css": "8.0.0",
"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.7.9",
"version": "0.7.10",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.7.9"
"koot": "^0.7.10"
}
}
2 changes: 1 addition & 1 deletion packages/koot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koot",
"version": "0.7.9",
"version": "0.7.10",
"description": "Koot.js - React isomorphic framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down

0 comments on commit 251b79e

Please sign in to comment.