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

RC19; unpkg-fix

parent 7a3d1247
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.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
{ {
"name": "json-schema-faker", "name": "json-schema-faker",
"version": "0.5.0-rc18", "version": "0.5.0-rc19",
"description": "JSON-Schema + fake data generators", "description": "JSON-Schema + fake data generators",
"homepage": "http://json-schema-faker.js.org", "homepage": "http://json-schema-faker.js.org",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"unpkg": "dist/index.umd.min.js", "unpkg": "dist/bundle.umd.min.js",
"browser": "dist/index.umd.min.js", "browser": "dist/index.umd.min.js",
"scripts": { "scripts": {
"build:concat:dist": "concat -o dist/bundle.umd.min.js node_modules/json-schema-ref-parser/dist/ref-parser.min.js node_modules/jsonpath-plus/dist/index-umd.min.js dist/index.umd.min.js", "build:concat:dist": "concat -o dist/bundle.umd.min.js node_modules/json-schema-ref-parser/dist/ref-parser.min.js node_modules/jsonpath-plus/dist/index-umd.min.js dist/index.umd.min.js",
... ...
......
...@@ -149,6 +149,6 @@ jsf.locate = name => { ...@@ -149,6 +149,6 @@ jsf.locate = name => {
return container.get(name); return container.get(name);
}; };
jsf.version = '0.5.0-rc18'; jsf.version = '0.5.0-rc19';
export default jsf; export default jsf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment