only look for deps in the package.json in the toplevel module dir

(RHBZ#1057703)
This commit is contained in:
T.C. Hollingsworth 2014-01-27 13:20:16 -07:00
commit 1ed48a58e7
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
/nodejs-packaging-el6-3.tar.xz
/nodejs-packaging.spec
/nodejs-packaging-el6-4.tar.xz
/nodejs-packaging-el6-5.tar.xz

View file

@ -1,5 +1,5 @@
Name: nodejs-packaging
Version: 4
Version: 5
Release: 1%{?dist}
Summary: RPM Macros and Utilities for Node.js Packaging
BuildArch: noarch
@ -37,6 +37,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
%doc LICENSE
%changelog
* Mon Jan 27 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 5-1
- only look for deps in the package.json in the toplevel module dir
(RHBZ#1057703)
* Mon Jul 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 4-1
- handle cases where the symlink target exists gracefully

View file

@ -1 +1 @@
687514d92896502465486cf2c7c8b0ed nodejs-packaging-el6-4.tar.xz
ad55a63cd5e064b4996ec2fb25ab9b37 nodejs-packaging-el6-5.tar.xz