Skip to content

Commit 3962753

Browse files
(fix) fix css import
1 parent 1d406d4 commit 3962753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonpath-editor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "react-jsonpath-editor React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -11,7 +11,7 @@
1111
"umd"
1212
],
1313
"scripts": {
14-
"build": "nwb build-react-component",
14+
"build": "nwb build-react-component --copy-files",
1515
"clean": "nwb clean-module && nwb clean-demo",
1616
"start": "nwb serve-react-demo",
1717
"test": "nwb test-react",

0 commit comments

Comments
 (0)