From 7a7ba735821836348936ba7f43c6cd7ec23289c6 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 29 Jan 2018 14:49:09 +0300 Subject: [PATCH] build: drop updtr script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6cafe97..574c709 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"", "prepare": "npm run build", "build": "rimraf lib && babel src -d lib", - "test": "nyc ava", - "update": "updtr" + "test": "nyc ava" }, "files": [ "dist"