From 1bd5abd9031f15cd5b4f11ef5c28351ce0c778c0 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 5 Oct 2016 21:17:17 -0700 Subject: [PATCH] chore: switch to release rather than version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b5a733b7..40ee17e34 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "report": "node ./bin/nyc --temp-directory ./.self_coverage/ -r text -r lcov report", "cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report", "dev": "npm run clean && npm run build && npm run run-tests", - "version": "standard-version" + "release": "standard-version" }, "bin": { "nyc": "./bin/nyc.js"