From 4cbd7a2fa7670539bbcd8d4b04e7ff2f5e8a4345 Mon Sep 17 00:00:00 2001 From: Damian Majsner Date: Mon, 28 Dec 2020 22:50:15 +0100 Subject: [PATCH] 1.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fce13f1..6d74c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-status-alert", - "version": "1.0.2", + "version": "1.1.0", "description": "Status alert component for React", "keywords": [ "react-status-alert", @@ -16,7 +16,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "all": "npm install && npm run lint && npm run test && npm run build && npm run build-docs", + "all": "npm run lint && npm run test && npm run build && npm run build-docs", "build": "npm run clean && npm run tsc && npm run copy", "tsc": "tsc", "copy": "cp ./lib/status-alert.css ./dist/",