Skip to content

Commit

Permalink
Merge pull request #530 from cheeriojs/xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Jun 30, 2014
2 parents 42b585f + 278b71b commit 83c2e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPORTER = dot
XYZ = node_modules/.bin/xyz --message 'Release X.Y.Z' --tag X.Y.Z --script scripts/prepublish
XYZ = node_modules/.bin/xyz --message 'Release X.Y.Z' --tag X.Y.Z --repo [email protected]:cheeriojs/cheerio.git --script scripts/prepublish

lint:
@./node_modules/.bin/jshint lib/ test/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jsdom": "~0.8.9",
"jshint": "~2.3.0",
"mocha": "*",
"xyz": "~0.3.0"
"xyz": "~0.4.0"
},
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 83c2e27

Please sign in to comment.