!2 Upgrade to 2.1.3

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-10-31 09:27:12 +00:00 committed by Gitee
commit 249bbaf53f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
nodejs-ms-2.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%{?nodejs_find_provides_and_requires}
%global enable_tests 1
Name: nodejs-ms
Version: 2.0.0
Version: 2.1.3
Release: 1
Summary: Tiny milliseconds conversion utility for Node.js
License: MIT
@ -23,7 +23,7 @@ It does the following:
equivalent milliseconds is returned.
%prep
%autosetup -n ms-%{version}
%autosetup -n ms-%{version} -p1
%build
@ -45,5 +45,8 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/ms
%changelog
* Tue Oct 31 2023 yaoxin <yao_xin001@hoperun.com> - 2.1.3-1
- Upgrade to 2.1.3
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 2.0.0-1
- package init