From 76fa9dafb847006e9ec2dfa8b2fc259970e7c7e3 Mon Sep 17 00:00:00 2001 From: Tomasz Ducin <tomasz.ducin@gmail.com> Date: Thu, 28 Jan 2016 17:43:03 +0100 Subject: [PATCH] distribution filenames changed --- CHANGELOG.md | 4 ++++ Gruntfile.js | 4 ++-- dist/{jsf-min.js => json-schema-faker-min.js} | Bin 1041709 -> 1041709 bytes dist/{jsf.js => json-schema-faker.js} | Bin 1047913 -> 1047913 bytes 4 files changed, 6 insertions(+), 2 deletions(-) rename dist/{jsf-min.js => json-schema-faker-min.js} (99%) rename dist/{jsf.js => json-schema-faker.js} (99%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cba157..45cb720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v0.2.7: + date: 2016-01-28 + changes: + - distribution files added (browserify) v0.2.6: date: 2015-12-30 changes: diff --git a/Gruntfile.js b/Gruntfile.js index eb14198a..bea52a50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,7 @@ module.exports = function (grunt) { }, dist: { files: { - 'dist/jsf.js': ['lib/index.js'] + 'dist/json-schema-faker.js': ['lib/index.js'] } }, min: { @@ -27,7 +27,7 @@ module.exports = function (grunt) { transform: ['uglifyify'] }, files: { - 'dist/jsf-min.js': ['lib/index.js'] + 'dist/json-schema-faker-min.js': ['lib/index.js'] } } } diff --git a/dist/jsf-min.js b/dist/json-schema-faker-min.js similarity index 99% rename from dist/jsf-min.js rename to dist/json-schema-faker-min.js index 9b285d4b105a04f9e553adedaa55b39949d65a7a..2b65b807c4f83d2f177129fda7d2cd89b70837f6 100644 GIT binary patch delta 67 zcmZ2`%6{!B`w53RO-!u}jrB~-3>we0o?&b~!_<0)x%CW7>lxP8Gi<GA*jvwVw4UK? ZJ;T*{hP(9)PwN@p)-!xt&+sQc0RYg@9gzS4 delta 67 zcmZ2`%6{!B`w53RjV-K9&Gk$z%o@+Mo?&b~!_<0)x%CW7>lxP8Gi<GA*jvwVw4UK? ZJ;T*{hP(9)PwN@p)-!xt&+sQc0RYsy9i#vN diff --git a/dist/jsf.js b/dist/json-schema-faker.js similarity index 99% rename from dist/jsf.js rename to dist/json-schema-faker.js index 1005867affe74e3252215c313fdd06a65f9936c8..2c9f12e1c05657946e9a66e4329e0d29c356a17b 100644 GIT binary patch delta 67 zcmaF)%l_pr`w53RO-!u}jrB~-3>we0o?&b~!_<0)x%CW7>lxP8Gi<GA*jvwVw4UK? ZJ;T*{hP(9)PwN@p)-!xt&+yOv0{{q99=!kn delta 67 zcmaF)%l_pr`w53RjV-K9&Gk$z%o@+Mo?&b~!_<0)x%CW7>lxP8Gi<GA*jvwVw4UK? ZJ;T*{hP(9)PwN@p)-!xt&+yOv0{{#@9?$>) -- GitLab