Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Diablohu committed Nov 29, 2018
1 parent 0ea100f commit 0dcd82c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4-alpha.1",
"version": "0.7.4",
"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.4-alpha.1",
"koot": "^0.7.4",
"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.4-alpha.1",
"version": "0.7.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
},
"dependencies": {
"antd": "^3.10.8",
"koot": "^0.7.4-alpha.1"
"koot": "^0.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/koot-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koot-boilerplate-common",
"private": true,
"version": "0.7.4-alpha.1",
"version": "0.7.4",
"description": "> TODO: description",
"author": "zrain <[email protected]>",
"homepage": "https://github.com/cmux/koot#readme",
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.7.4-alpha.1",
"version": "0.7.4",
"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.7.4-alpha.1",
"version": "0.7.4",
"description": "Koot.js - React isomorphic framework created by CMUX",
"main": "index.js",
"sideEffects": false,
Expand Down Expand Up @@ -96,7 +96,7 @@
"koa-response-time": "2.0.0",
"koa-router": "7.4.0",
"koa-static": "3.0.0",
"koot-webpack": "^0.7.4-alpha.1",
"koot-webpack": "^0.7.4",
"less": "3.8.1",
"less-loader": "4.1.0",
"md5": "2.2.1",
Expand Down

0 comments on commit 0dcd82c

Please sign in to comment.