Updated to 2.0.3
Resolves RHBZ#1815402 Resolves: RHBZ#1953991
This commit is contained in:
parent
f64faa75b7
commit
05f85a1c69
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/nodemon-v1.18.3-bundled.tar.gz
|
||||
/nodemon-v2.0.3-bundled.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 1.18.3
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple monitor script for use during development of a node.js app
|
||||
License: MIT
|
||||
@ -62,10 +62,9 @@ mkdir -p %{buildroot}%{_bindir}
|
||||
ln -sf %{nodejs_sitelib}/%{npm_name}/bin/nodemon.js %{buildroot}%{_bindir}/nodemon
|
||||
|
||||
|
||||
#%nodejs_symlink_deps
|
||||
#%%nodejs_symlink_deps
|
||||
|
||||
%if 0%{?enable_tests}
|
||||
|
||||
%check
|
||||
%nodejs_symlink_deps --check
|
||||
npm run test
|
||||
@ -77,6 +76,9 @@ npm run test
|
||||
%{_bindir}/nodemon
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.3-1
|
||||
- Updated
|
||||
|
||||
* Mon Aug 13 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.18.3-1
|
||||
- Resolves: #1615413
|
||||
- Updated
|
||||
|
Loading…
Reference in New Issue
Block a user