Revert balanced-match version to 1.0.0

This commit is contained in:
starlet-dx 2023-11-07 19:44:36 +08:00
parent 2f0476b9ee
commit 98b8793561
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%global packagename balanced-match
%global enable_tests 0
Name: nodejs-balanced-match
Version: 2.0.0
Version: 1.0.0
Release: 2
Summary: Match balanced character pairs, like "{" and "}"
License: MIT
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
Match balanced character pairs, like "{" and "}"
%prep
%autosetup -n balanced-match-%{version} -p1
%autosetup -n balanced-match-%{version}
%build
@ -42,6 +42,9 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-2
- Revert balanced-match version to 1.0.0
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-2
- solve selfrequires problem

BIN
v1.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.