From 08b7591a083d6184936d06ac85bb197bcf4ece5d Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Wed, 2 Mar 2016 17:53:38 +0100 Subject: [PATCH] refactor(npm): start v2 This commit isn't a breaking change, but the ones before it were. This commit is used to tell semantic-release to increment the major version. BREAKING CHANGE: removed core rules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e26f428bd..da253a9bc5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "branch": "dev" }, "scripts": { - "build": "babel --version && babel lib -d dist --optional runtime", + "build": "babel lib -d dist --optional runtime", "build:w": "npm run build -- -w", "build:istanbul": "npm run build -- --auxiliary-comment-before \"istanbul ignore next\"", "check-coverage": "istanbul check-coverage",