Skip to content

Commit

Permalink
chore: remove xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Aug 12, 2019
1 parent c94037d commit 6b36fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"nyc": "nyc npm test && nyc report --reporter=text-lcov",
"lint": "npx goodparts index.js",
"test:coverage": "npm run nyc | coveralls",
"xyz:increment": "xyz --increment",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment major",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment minor",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment patch",
"semantic-release": "semantic-release",
"format": "prettier --check \"**/*.{js,json,md,ts,yml,yaml}\"",
"format:fix": "prettier --write \"**/*.{js,json,md,ts,yml,yaml}\""
Expand Down Expand Up @@ -55,7 +51,6 @@
"nock": "10.0.6",
"nyc": "14.1.1",
"prettier": "^1.18.2",
"semantic-release": "15.13.19",
"xyz": "3.0.0"
"semantic-release": "15.13.19"
}
}

0 comments on commit 6b36fe4

Please sign in to comment.