From a4b292ba14e6137cf3d975ba55814f846cbb0300 Mon Sep 17 00:00:00 2001 From: AVVS Date: Sun, 10 Mar 2019 16:28:12 -0700 Subject: [PATCH] chore: release v9.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c1e53e..56e128b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-connect", - "version": "8.0.0", + "version": "9.0.0", "description": "It allows you to request async data, store them in redux state and connect them to your react component.", "main": "lib/index.js", "module": "es/index.js", @@ -10,7 +10,7 @@ "url": "https://github.com/makeomatic/redux-connect" }, "scripts": { - "build": "npm run build:lib && npm run build:es", + "build": "yarn build:lib && yarn build:es", "prebuild:lib": "rm -rf lib/*", "build:lib": "cross-env NODE_ENV=production babel --out-dir lib modules", "prebuild:es": "rm -rf es/*",