We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52ff70 commit 30d63fdCopy full SHA for 30d63fd
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "2.5.1",
3
- "npmClient": "yarn",
+ "npmClient": "npm",
4
"useWorkspaces": true,
5
"version": "3.0.0-alpha.1"
6
}
packages/@vue/cli-plugin-unit-mocha/package.json
@@ -29,8 +29,8 @@
29
"webpack-node-externals": "^1.6.0"
30
},
31
"devDependencies": {
32
- "chai": "^4.1.2",
33
- "@vue/test-utils": "^1.0.0-beta.10"
+ "@vue/test-utils": "^1.0.0-beta.10",
+ "chai": "^4.1.2"
34
35
"publishConfig": {
36
"access": "public"
0 commit comments