Update to 1.4.0
This commit is contained in:
parent
21c2952187
commit
3980f8f982
@ -2,12 +2,11 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
%global enable_tests 1
|
||||
Name: nodejs-jju
|
||||
Version: 1.2.1
|
||||
Version: 1.4.0
|
||||
Release: 1
|
||||
Summary: A set of utilities to work with JSON / JSON5 documents
|
||||
Url: https://github.com/rlidwka/jju
|
||||
Source0: https://github.com/rlidwka/jju/archive/v%{version}.tar.gz
|
||||
Source1: package.json
|
||||
License: WTFPL
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
@ -21,7 +20,6 @@ A set of utilities to work with JSON / JSON5 documents
|
||||
%prep
|
||||
%autosetup -n jju-%{version}
|
||||
rm -rf test/test_parse.js
|
||||
cp %{SOURCE1} ./
|
||||
%nodejs_fixdep mocha
|
||||
|
||||
%build
|
||||
@ -43,5 +41,8 @@ mocha test/*.js
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 wulei <wu_lei@hoperun.com> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.2.1-1
|
||||
- Package init
|
||||
|
||||
@ -1 +0,0 @@
|
||||
{"name":"jju","version":"1.2.1","description":"a set of utilities to work with JSON / JSON5 documents","author":{"name":"Alex Kocharin","email":"alex@kocharin.ru"},"repository":{"type":"git","url":"git://github.com/rlidwka/jju"},"bugs":{"url":"https://github.com/rlidwka/jju/issues"},"homepage":"http://rlidwka.github.io/jju/","devDependencies":{"mocha":">=1.21.0","js-yaml":">=3.1.0","eslint":"~0.4.2"},"scripts":{"test":"mocha test/*.js","lint":"eslint -c ./.eslint.yaml ./lib"},"keywords":["json","json5","parser","serializer","data"],"publishConfig":{"registry":"https://registry.npmjs.org/"},"license":{"type":"WTFPL","url":"http://www.wtfpl.net/txt/copying/"}}
|
||||
BIN
v1.2.1.tar.gz
BIN
v1.2.1.tar.gz
Binary file not shown.
BIN
v1.4.0.tar.gz
Normal file
BIN
v1.4.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user