From 278b71b68f7b6435812724fa2eabe949b993cc80 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 29 Jun 2014 23:51:22 -0700 Subject: [PATCH] xyz@0.4.0 --- Makefile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7a76366af..cc2f9e63c2 100644 --- a/Makefile +++ b/Makefile @@ -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 git@github.com:cheeriojs/cheerio.git --script scripts/prepublish lint: @./node_modules/.bin/jshint lib/ test/ diff --git a/package.json b/package.json index 4ea8e06f46..3b8124a71d 100644 --- a/package.json +++ b/package.json @@ -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"