Skip to content
Snippets Groups Projects
Commit 11e9c2c9 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Upgrade randexp

parent 17f08850
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
...@@ -52,9 +52,10 @@ ...@@ -52,9 +52,10 @@
"tarima": { "tarima": {
"from": "src", "from": "src",
"output": ".", "output": ".",
"public": "build",
"serve": [ "serve": [
"dist", "dist",
"build" "public"
], ],
"rename": [ "rename": [
"**/web/**:build/{fullpath/2}", "**/web/**:build/{fullpath/2}",
...@@ -141,6 +142,6 @@ ...@@ -141,6 +142,6 @@
"dependencies": { "dependencies": {
"json-schema-ref-parser": "^6.1.0", "json-schema-ref-parser": "^6.1.0",
"jsonpath-plus": "^1.0.0", "jsonpath-plus": "^1.0.0",
"randexp": "^0.4.9" "randexp": "^0.5.3"
} }
} }
...@@ -5,4 +5,4 @@ $bundle: JSONSchemaFaker ...@@ -5,4 +5,4 @@ $bundle: JSONSchemaFaker
--- ---
*/ */
export { default } from './lib'; export { default } from './main';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment