Revert 'solve selfrequires problem'

This commit is contained in:
starlet-dx 2023-11-09 16:37:12 +08:00
parent 4c4dc47758
commit d93dc8a3d8

View File

@ -1,9 +1,9 @@
%{?nodejs_find_provides_and_requires}
%global packagename balanced-match
%global enable_tests 0
%global enable_tests 1
Name: nodejs-balanced-match
Version: 1.0.0
Release: 2
Release: 3
Summary: Match balanced character pairs, like "{" and "}"
License: MIT
URL: https://github.com/juliangruber/balanced-match.git
@ -42,6 +42,9 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-3
- Revert "solve selfrequires problem"
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.0-2
- Revert balanced-match version to 1.0.0