From 6a8295b5859e5789a6be32447dd174bbc55479a5 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 31 Oct 2016 11:05:14 -0700 Subject: [PATCH] Change npm tag to "rewrite" Since this isn't a beta any more! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84216019..c72f6c53 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "istanbul": "^0.4.3" }, "publishConfig": { - "tag": "beta" + "tag": "rewrite" }, "bin": { "ospec": "./ospec/bin/ospec",