Skip to content

Commit

Permalink
Merge pull request #34 from Duder-onomy/upgrade-broccoli-uglify-sourc…
Browse files Browse the repository at this point in the history
…emap-to-2.0.1

Updates broccoli-uglify-sourcemap to version 2.0.1
  • Loading branch information
stefanpenner committed Feb 20, 2018
2 parents fb1da04 + 6284038 commit 16d749e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

0 comments on commit 16d749e

Please sign in to comment.