Skip to content

Commit 30d63fd

Browse files
committed
v3.0.0-alpha.1
1 parent f52ff70 commit 30d63fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
3-
"npmClient": "yarn",
3+
"npmClient": "npm",
44
"useWorkspaces": true,
55
"version": "3.0.0-alpha.1"
66
}

packages/@vue/cli-plugin-unit-mocha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"webpack-node-externals": "^1.6.0"
3030
},
3131
"devDependencies": {
32-
"chai": "^4.1.2",
33-
"@vue/test-utils": "^1.0.0-beta.10"
32+
"@vue/test-utils": "^1.0.0-beta.10",
33+
"chai": "^4.1.2"
3434
},
3535
"publishConfig": {
3636
"access": "public"

0 commit comments

Comments
 (0)