From 396275372926564541976ea14f0995bde0e9e4a0 Mon Sep 17 00:00:00 2001 From: Jean-Baptise WATENBERG Date: Fri, 1 Jun 2018 00:17:28 +0200 Subject: [PATCH] (fix) fix css import --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c781c57..038f43a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonpath-editor", - "version": "1.0.0", + "version": "1.0.1", "description": "react-jsonpath-editor React component", "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", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react",