- Downloads
Upgrade randexp
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" | ||
| } | } | ||
| } | } |
Please sign in to comment