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

Dist; RC22

parent b52fd3bb
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
dist/index.mjs 0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
{
"name": "json-schema-faker",
"version": "0.5.0-rc21",
"version": "0.5.0-rc22",
"description": "JSON-Schema + fake data generators",
"homepage": "http://json-schema-faker.js.org",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"unpkg": "dist/bundle.umd.min.js",
"browser": "dist/index.umd.min.js",
"scripts": {
......
......@@ -149,6 +149,6 @@ jsf.locate = name => {
return container.get(name);
};
jsf.version = '0.5.0-rc21';
jsf.version = '0.5.0-rc22';
export default jsf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment