From 2590425c80dbf65bc5090f1cb1817797865060e0 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Wed, 9 Sep 2020 09:58:52 +0800 Subject: [PATCH] package init --- nodejs-string-dot-prototype-dot-repeat.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodejs-string-dot-prototype-dot-repeat.spec b/nodejs-string-dot-prototype-dot-repeat.spec index 18c8bfb..0835fce 100644 --- a/nodejs-string-dot-prototype-dot-repeat.spec +++ b/nodejs-string-dot-prototype-dot-repeat.spec @@ -11,8 +11,6 @@ Source0: https://github.com/mathiasbynens/String.prototype.repeat/archive BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging -%if 0%{?enable_tests} -%endif Requires: nodejs %description A robust & optimized `String.prototype.repeat` polyfill, based on the