From 7daf86fe64b6f2da0904dccddacbf829645534a3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 25 Jan 2021 20:44:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Properly=20include=20CSS=20in=20?= =?UTF-8?q?the=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/bluelib-react3.iml | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.idea/bluelib-react3.iml b/.idea/bluelib-react3.iml index bbc74c9..0cbc67a 100644 --- a/.idea/bluelib-react3.iml +++ b/.idea/bluelib-react3.iml @@ -4,6 +4,9 @@ + + + diff --git a/package.json b/package.json index a3668ae..3b4702c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluelib", - "version": "0.23.1", + "version": "0.23.2", "description": "React components for Bluelib", "main": "lib/index.js", "module": "es/index.js", @@ -11,7 +11,7 @@ "umd" ], "scripts": { - "build": "nwb build-react-component", + "build": "nwb build-react-component --copy-files", "prepublishOnly": "npm run build", "start": "styleguidist server" },