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