From ca52bd6c288da31b2e6817b9c390d14bc68021c9 Mon Sep 17 00:00:00 2001 From: artisin Date: Thu, 15 Jun 2017 14:05:08 -0500 Subject: [PATCH] =?UTF-8?q?chore(root):=20add=20bumpedrc=20=E2=86=92=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CLOSES #2 --- .gitignore | 2 +- .npmignore | 3 ++- package.json | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 753bc5c..588ef60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Custom/library specific - +.bumpedrc # Global *~ diff --git a/.npmignore b/.npmignore index 753bc5c..04d7e53 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ # Custom/library specific - +.bumpedrc +lib/ # Global *~ diff --git a/package.json b/package.json index 3fdcaab..3598c5f 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "link": "yarn link && yarn link firemap", "postinstall": "yarn run link", "prepublish": "yarn run build", - "release:major": "yarn run test && bumped release major", - "release:minor": "yarn run test && bumped release minor", - "release:patch": "yarn run test && bumped release patch" + "release:major": "bumped release major", + "release:minor": "bumped release minor", + "release:patch": "bumped release patch" }, "dependencies": { "detect-it": "^3.0.0",