diff --git a/package-lock.json b/package-lock.json index 1b3522e7ab1b552277da25e30f179d351b64455c..3bb0bbe3bc47e87df4ea48b5cbca69aa24f01de9 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 5bfc65cb58d6286240ad9d3fa03b38bab9586754..e1855c748fcd0637748407ac57bd7db95c2dd4aa 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,10 @@ "tarima": { "from": "src", "output": ".", + "public": "build", "serve": [ "dist", - "build" + "public" ], "rename": [ "**/web/**:build/{fullpath/2}", @@ -141,6 +142,6 @@ "dependencies": { "json-schema-ref-parser": "^6.1.0", "jsonpath-plus": "^1.0.0", - "randexp": "^0.4.9" + "randexp": "^0.5.3" } } diff --git a/src/main.umd.js b/src/main.umd.js index 51db35e298ab5d0dd8dc6dabe66cb434560301b3..9bc4b746a964dfd38738b9cd5907b1bdfc2106ca 100644 --- a/src/main.umd.js +++ b/src/main.umd.js @@ -5,4 +5,4 @@ $bundle: JSONSchemaFaker --- */ -export { default } from './lib'; +export { default } from './main';