Skip to content

Commit

Permalink
(fix) fix css import
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBaptisteWATENBERG committed May 31, 2018
1 parent 1d406d4 commit 3962753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3962753

Please sign in to comment.