Skip to content

Commit

Permalink
Fixed josdejong#419: minified bundles in dist folder are empty
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 27, 2017
1 parent 9e5dd53 commit 294dfbe
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 69 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
https://github.com/josdejong/jsoneditor


## 2017-06-27, version 5.7.2

- Fixed broken minified bundles in folder `dist`
(reverted to `[email protected]` for now).


## 2017-06-25, version 5.7.1

- Upgraded dependency `ajv` to version `5.2.0`. Resolves warnings in
Expand Down
170 changes: 102 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"json-loader": "0.5.4",
"mkdirp": "0.5.1",
"mocha": "3.4.2",
"uglify-js": "3.0.18",
"uglify-js": "2.8.22",
"webpack": "1.13.1"
}
}

0 comments on commit 294dfbe

Please sign in to comment.