!3 Modify require version to fix unresolvable
From: @wk333 Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
6512247337
@ -3,7 +3,7 @@
|
||||
%global enable_tests 0
|
||||
Name: nodejs-memoizee
|
||||
Version: 0.3.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Memoize/cache function results
|
||||
License: MIT
|
||||
URL: https://github.com/medikoo/memoizee
|
||||
@ -21,6 +21,7 @@ Memoize/cache function results
|
||||
%setup -q -n package
|
||||
%nodejs_fixdep es6-weak-map ~2.0.1
|
||||
%nodejs_fixdep d "<=2.0.0"
|
||||
%nodejs_fixdep next-tick ^1.1.0
|
||||
|
||||
%build
|
||||
|
||||
@ -44,5 +45,8 @@ cp -pr package.json *.js lib/ ext/ normalizers/ \
|
||||
%{nodejs_sitelib}/%{packagename}
|
||||
|
||||
%changelog
|
||||
* Sat Jul 02 2022 wangkai <wangkai385@h-partners.com> - 0.3.9-2
|
||||
- Modify require version to fix unresolvable
|
||||
|
||||
* Mon Aug 17 2020 wutao <wutao61@huawei.com> - 0.3.9-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user