Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jun 30, 2014
1 parent 42b585f commit 278b71b
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 278b71b

Please sign in to comment.