Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
now when uglify errors, the error is captured and given the filename of
the src being parsed.
  • Loading branch information
stefanpenner committed Jun 7, 2015
1 parent e15d9da commit d9efa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-uglify",
"version": "1.0.1",
"version": "1.2.0",
"description": "JavaScript minification for Ember-CLI",
"scripts": {
"start": "ember server",
Expand All @@ -23,6 +23,6 @@
"before": "broccoli-asset-rev"
},
"dependencies": {
"broccoli-uglify-sourcemap": "^0.2.1"
"broccoli-uglify-sourcemap": "^1.0.0"
}
}

0 comments on commit d9efa4e

Please sign in to comment.