From f87e3faf55c27dfc157ca230584d72d1b58b18cc Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sat, 3 Nov 2018 16:18:21 -0300 Subject: [PATCH] publish script --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 97a25f9..9bbffa3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "test": "jasmine", "run": "./node_modules/http-server/bin/http-server ./test/", "build": "rollup -c --environment BUILD:production", - "build-debug": "rollup -c -m inline --environment BUILD:debug" + "build-debug": "rollup -c -m inline --environment BUILD:debug", + "publish" : "npm publish", + "publish-beta": "npm publish --tag beta" }, "repository": { "type": "git",