Upgrade to 2.1.3

This commit is contained in:
starlet-dx 2023-10-31 16:36:38 +08:00
parent 7a02320baf
commit 47379bf0e1
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