Modify require version to fix unresolvable

(cherry picked from commit 5042c4712e97b19e5304c57cebe98820e1c3b112)
This commit is contained in:
wk333 2022-07-02 10:49:33 +08:00 committed by openeuler-sync-bot
parent 3cb5c3d29f
commit 4c727ff448

View File

@ -3,7 +3,7 @@
%global enable_tests 0 %global enable_tests 0
Name: nodejs-timers-ext Name: nodejs-timers-ext
Version: 0.1.0 Version: 0.1.0
Release: 1 Release: 2
Summary: Timers extensions Summary: Timers extensions
License: MIT License: MIT
URL: https://github.com/medikoo/timers-ext URL: https://github.com/medikoo/timers-ext
@ -19,6 +19,7 @@ Timers extensions
%prep %prep
%setup -q -n package %setup -q -n package
%nodejs_fixdep next-tick ^1.1.0
%build %build
@ -42,5 +43,8 @@ cp -pr package.json *.js \
%{nodejs_sitelib}/%{packagename} %{nodejs_sitelib}/%{packagename}
%changelog %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 * Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 0.1.0-1
- package init - package init