Skip to content
Snippets Groups Projects
Commit db06de4c authored by Alvaro Cabrera's avatar Alvaro Cabrera
Browse files

Fix dist/ files for browser usage

parent 9fcd6ab1
Branches
Tags
No related merge requests found
Showing with 22 additions and 2 deletions
UPCOMING: UPCOMING:
changes: changes:
- faker and chance are not longer required as dependencies - faker and chance are not longer required as dependencies
v0.4.0 v0.4.7
date: 2018-02-?
changes:
- restore faker/chance dependencies for browser usage
v0.4.4 - v0.4.6
date: ? date: ?
changes:
- broken browser package (missing deps)
v0.4.3
date: 2017-07-25
changes:
- enable `random` option
v0.4.2
date: 2017-05-30
changes:
- fix faker's version on package.json
v0.4.1
date: 2017-02-17
changes:
- fix faker's version on package.json
v0.4.0
date: 2016-11-29
changes: changes:
- dropped support for node.js: 0.10, 0.12, io.js - dropped support for node.js: 0.10, 0.12, io.js
- added support for node.js: 5, 6, 7 - added support for node.js: 5, 6, 7
......
...@@ -94,7 +94,7 @@ Promise.resolve() ...@@ -94,7 +94,7 @@ Promise.resolve()
.then(() => { .then(() => {
console.log('Building main library...'); console.log('Building main library...');
return bundle({ id: pkg.name, src: path.join(projectDir, 'lib/index.js') }); return bundle({ id: pkg.name, src: path.join(projectDir, 'index.js') });
}) })
.then(() => { .then(() => {
// proxied versions from faker's locales // proxied versions from faker's locales
......
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.
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.
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.
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.
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