From 7b0674cf65ec16b9addd329e6ab6e993c4ff737d Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Mon, 27 Mar 2017 14:25:22 -0700 Subject: [PATCH] chore: publish to npm as mithril@next --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f11e0a1a..d05fbd64 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,9 @@ "istanbul": "^0.4.3", "marked": "^0.3.6" }, + "publishConfig": { + "tag": "next" + }, "bin": { "ospec": "./ospec/bin/ospec", "bundle": "./bundler/bin/bundle"