Revert balanced-match version to 1.0.0
This commit is contained in:
parent
2f0476b9ee
commit
98b8793561
@ -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
BIN
v1.0.0.tar.gz
Normal file
Binary file not shown.
BIN
v2.0.0.tar.gz
BIN
v2.0.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user