#1 Update npm(uglify-js) dependency
Merged 6 years ago by jsmith. Opened 6 years ago by tdawson.
rpms/ tdawson/nodejs-grunt-contrib-uglify fix-ugly-dep  into  master

@@ -4,7 +4,7 @@ 

  

  Name:           nodejs-grunt-contrib-uglify

  Version:        0.11.1

- Release:        7%{?dist}

+ Release:        8%{?dist}

  Summary:        Minify files with UglifyJS

  License:        MIT

  Group:          System Environment/Libraries
@@ -40,6 +40,7 @@ 

  %setup -q -n grunt-contrib-uglify-%{version}

  %nodejs_fixdep lodash "^3.10.1"

  %nodejs_fixdep maxmin "^2.1.0"

+ %nodejs_fixdep uglify-js ">=2.6.0"

  

  

  %build
@@ -68,6 +69,9 @@ 

  

  

  %changelog

+ * Mon May 14 2018 Troy Dawson <tdawson@redhat.com> - 0.11.1-8

+ - Update npm(uglify-js) dependency

+ 

  * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

Currently nodejs-grunt-contrib-uglify cannot be installed in F28 or Rawhide due to uglify-js being at 2.8. You get
nothing provides (npm(uglify-js) >= 2.6.0 with npm(uglify-js) < 2.7) needed by nodejs-grunt-contrib-uglify-0.11.1-7.fc28.noarch

This pull request fixes the uglify-js dependency.

Pull-Request has been merged by jsmith

6 years ago

@tdawson as you're in the SIG group you could just have made this change yourself I think rather than opening a PR for it.