!2 Modify require version to fix unresolvable

From: @wk333 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-02 03:42:31 +00:00 committed by Gitee
commit 8f084ea1e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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