Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates broccoli-uglify-sourcemap to version 2.0.1 #34

Merged
merged 1 commit into from Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## v2.0.1 (2018-01-22)

#### :rocket: Enhancement
* [#29](https://github.com/ember-cli/ember-cli-uglify/pull/29) Update "broccoli-uglify-sourcemap" to v2.0.1. ([@Duder-onomy](https://github.com/Duder-onomy))

#### Committers: 1
- Greg Larrenaga ([Duder-onomy](https://github.com/duder-onomy))

## v2.0.0 (2017-10-03)

#### :rocket: Enhancement
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-uglify",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript minification for Ember-CLI",
"keywords": [
"ember-addon"
Expand All @@ -21,7 +21,7 @@
"test": "ember test"
},
"dependencies": {
"broccoli-uglify-sourcemap": "^2.0.0",
"broccoli-uglify-sourcemap": "^2.0.1",
"lodash.defaultsdeep": "^4.6.0"
},
"engines": {
Expand Down