fuanan add package

This commit is contained in:
fwx913451 2020-09-07 20:04:13 +08:00
parent 4d2e37189e
commit 94838bb1cb
3 changed files with 2 additions and 2 deletions

BIN
0.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -5,7 +5,7 @@ Release: 1
Summary: Improved deep equality testing for Node.js and the browser Summary: Improved deep equality testing for Node.js and the browser
License: MIT License: MIT
URL: https://github.com/chaijs/deep-eql URL: https://github.com/chaijs/deep-eql
Source0: https://github.com/chaijs/deep-eql/archive/be8c976fd2a8c4fb0a50c764e97d7f3bf8619a13/deep-eql-be8c976fd2a8c4fb0a50c764e97d7f3bf8619a13.tar.gz Source0: https://github.com/chaijs/deep-eql/archive/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -14,7 +14,7 @@ BuildRequires: npm(mocha) npm(simple-assert) npm(type-detect)
Improved deep equality testing for Node.js and the browser. Improved deep equality testing for Node.js and the browser.
%prep %prep
%setup -q -n deep-eql-%{commit} %autosetup -n deep-eql-%{version}
%nodejs_fixdep type-detect "^2.0.0" %nodejs_fixdep type-detect "^2.0.0"
rm -rf node_modules rm -rf node_modules