Modify require version to fix unresolvable

This commit is contained in:
wk333 2022-07-02 10:49:33 +08:00
parent 3cb5c3d29f
commit 5042c4712e

View File

@ -3,7 +3,7 @@
%global enable_tests 0
Name: nodejs-timers-ext
Version: 0.1.0
Release: 1
Release: 2
Summary: Timers extensions
License: MIT
URL: https://github.com/medikoo/timers-ext
@ -19,6 +19,7 @@ Timers extensions
%prep
%setup -q -n package
%nodejs_fixdep next-tick ^1.1.0
%build
@ -42,5 +43,8 @@ cp -pr package.json *.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Sat Jul 02 2022 wangkai <wangkai385@h-partners.com> - 0.1.0-2
- Modify require version to fix unresolvable
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 0.1.0-1
- package init