From: @lyn1001 Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
da686a3dff
BIN
0.3.2.tar.gz
Normal file
BIN
0.3.2.tar.gz
Normal file
Binary file not shown.
BIN
0.4.0.tar.gz
BIN
0.4.0.tar.gz
Binary file not shown.
@ -3,8 +3,8 @@
|
||||
%global bootstrap 1
|
||||
%global enable_tests 0
|
||||
Name: nodejs-type-check
|
||||
Version: 0.4.0
|
||||
Release: 1
|
||||
Version: 0.3.2
|
||||
Release: 2
|
||||
Summary: Allows you to check the types of JavaScript values at runtime
|
||||
License: MIT
|
||||
URL: https://github.com/gkz/type-check
|
||||
@ -23,7 +23,7 @@ type-check allows you to check the types of JavaScript values at runtime with a
|
||||
Haskell like type syntax.
|
||||
|
||||
%prep
|
||||
%autosetup -n type-check-%{version} -p1
|
||||
%autosetup -n type-check-%{version}
|
||||
%nodejs_fixdep prelude-ls '~1.2.0'
|
||||
|
||||
%build
|
||||
@ -58,9 +58,6 @@ cp -pr package.json lib/ \
|
||||
%{nodejs_sitelib}/%{packagename}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 yaoxin <yao_xin001@hoperun.com> - 0.4.0-1
|
||||
- Upgrade to 0.4.0
|
||||
|
||||
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 0.3.2-2
|
||||
- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user