Skip to content

Commit

Permalink
chore: remove version from root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Jun 9, 2018
1 parent 3446ec2 commit 583d819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "vue-test-utils",
"private": true,
"version": "1.0.0-beta.16",
"workspaces": [
"packages/*"
],
Expand All @@ -17,8 +16,7 @@
"lint": "eslint --ext js,vue . --ignore-path .gitignore",
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build && npm run test:unit:only",
"publish": "lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
"release": "npm run build && npm run test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\" --cd-version prerelease",
"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",
"test:compat": "scripts/test-compat.sh",
"test:unit": "npm run build:test && npm run test:unit:only",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^2.6.2"
},
"peerDependencies": {
"@vue/test-utils": "1.0.0-beta.16",
"@vue/test-utils": "1.x",
"vue": "2.x",
"vue-server-renderer": "2.x",
"vue-template-compiler": "^2.x"
Expand Down

0 comments on commit 583d819

Please sign in to comment.