Skip to content

Commit

Permalink
web_0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCaoQAQ committed Oct 28, 2021
1 parent 252b0d5 commit 4adcc4d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Web/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.6",
"version": "0.0.1",
"npmClient": "npm",
"command": {
"bootstrap": {
Expand Down
4 changes: 2 additions & 2 deletions Web/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dokit/web-core",
"version": "0.0.1-alpha.6",
"version": "0.0.1",
"description": "Dokit",
"keywords": [
"Dokit"
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/didi/DoraemonKit/issues"
},
"dependencies": {
"@dokit/web-utils": "^0.0.1-alpha.5"
"@dokit/web-utils": "^0.0.1"
},
"gitHead": "886ea7c19806526668e5da0179da335e7df9d012"
}
2 changes: 1 addition & 1 deletion Web/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dokit/web-utils",
"version": "0.0.1-alpha.5",
"version": "0.0.1",
"description": "Dokit",
"keywords": [
"Dokit"
Expand Down
2 changes: 1 addition & 1 deletion Web/packages/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Web/packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dokit/web",
"version": "0.0.1-alpha.7",
"version": "0.0.1",
"description": "Dokit Web Main Entry",
"keywords": [
"Dokit"
Expand Down Expand Up @@ -30,10 +30,10 @@
"dev": "npx rollup -wc"
},
"dependencies": {
"@dokit/web-core": "^0.0.1-alpha.4",
"@dokit/web-utils": "^0.0.1-alpha.4",
"web-vitals": "^2.1.2",
"mutation-observer": "^1.0.3"
"@dokit/web-core": "^0.0.1",
"@dokit/web-utils": "^0.0.1",
"mutation-observer": "^1.0.3",
"web-vitals": "^2.1.2"
},
"gitHead": "886ea7c19806526668e5da0179da335e7df9d012"
}

0 comments on commit 4adcc4d

Please sign in to comment.