Skip to content
Snippets Groups Projects
Commit 76fa9daf authored by Tomasz Ducin's avatar Tomasz Ducin
Browse files

distribution filenames changed

parent 2b8ebf78
No related branches found
No related tags found
No related merge requests found
v0.2.7:
date: 2016-01-28
changes:
- distribution files added (browserify)
v0.2.6:
date: 2015-12-30
changes:
......
......@@ -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']
}
}
}
......
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment