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"
},