diff --git a/dist/bundle.umd.min.js b/dist/bundle.umd.min.js
index a402124ce7e375b266d14f25cb15156e043043a3..fbab44069c94b58c7f5d1b98f9d7734020a397a5 100644
Binary files a/dist/bundle.umd.min.js and b/dist/bundle.umd.min.js differ
diff --git a/dist/index.umd.js b/dist/index.umd.js
index 25da5b596ef033da2d561d45b2f2079a8dcd17d8..e81d039025cbfe7a9b0c6cc5ae4d1c41d2835ba7 100644
Binary files a/dist/index.umd.js and b/dist/index.umd.js differ
diff --git a/dist/index.umd.min.js b/dist/index.umd.min.js
index 6bd7b6adb6f91280f0c9350addca69ccd86873b1..2aaebf32fd27574cb0299efc4e41b8965695ed12 100644
Binary files a/dist/index.umd.min.js and b/dist/index.umd.min.js differ
diff --git a/package.json b/package.json
index e6f81f635bc0ad9561c7bc8532bd4772e5656a9b..3deebb08441ad63d7ce10d3d48b63d9ee66f987b 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,11 @@
 {
   "name": "json-schema-faker",
-  "version": "0.5.0-rc16",
+  "version": "0.5.0-rc17",
   "description": "JSON-Schema + fake data generators",
   "homepage": "http://json-schema-faker.js.org",
   "main": "dist/index.js",
   "module": "dist/index.mjs",
+  "unpkg": "dist/bundle.umd.min.js",
   "browser": "dist/index.umd.min.js",
   "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/jsonpath.min.js dist/index.umd.min.js",
@@ -51,6 +52,9 @@
       "jsonpath"
     ]
   },
+  "files": [
+    "dist/*.*"
+  ],
   "devDependencies": {
     "ajv": "^6.5.3",
     "bili": "^4.2.5",