Skip to content

Commit 583d819

Browse files
committed
chore: remove version from root package.json
1 parent 3446ec2 commit 583d819

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "vue-test-utils",
33
"private": true,
4-
"version": "1.0.0-beta.16",
54
"workspaces": [
65
"packages/*"
76
],
@@ -17,8 +16,7 @@
1716
"lint": "eslint --ext js,vue . --ignore-path .gitignore",
1817
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
1918
"lint:fix": "npm run lint -- --fix",
20-
"prepublishOnly": "npm run build && npm run test:unit:only",
21-
"publish": "lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
19+
"release": "npm run build && npm run test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
2220
"test": "npm run lint && npm run lint:docs && npm run flow && npm run test:types && npm run test:unit && npm run test:unit:karma && npm run test:unit:node",
2321
"test:compat": "scripts/test-compat.sh",
2422
"test:unit": "npm run build:test && npm run test:unit:only",

Diff for: packages/server-test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "^2.6.2"
3838
},
3939
"peerDependencies": {
40-
"@vue/test-utils": "1.0.0-beta.16",
40+
"@vue/test-utils": "1.x",
4141
"vue": "2.x",
4242
"vue-server-renderer": "2.x",
4343
"vue-template-compiler": "^2.x"

0 commit comments

Comments
 (0)