From c644e077c154d36b45a0381f05ea4a25229c250a Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Sat, 26 Dec 2015 21:29:02 +0100 Subject: [PATCH] chore(package): add semantic release script task --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b226325..5b31f95 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "lint": "eslint index.js test/", "test": "mocha -c --check-leaks -R tap test/", - "watch": "mocha -w -b -c --check-leaks -R progress test/" + "watch": "mocha -w -b -c --check-leaks -R progress test/", + "semantic-release": "semantic-release" }, "repository": { "type": "git",