Control: tags -1 patch

The following patch fixes the build

diff --git a/debian/nodejs/should-equal/build b/debian/nodejs/should-equal/build
index 37366fd..567841b 100644
--- a/debian/nodejs/should-equal/build
+++ b/debian/nodejs/should-equal/build
@@ -1,2 +1,2 @@
-rollup --format=cjs --output=cjs/should-equal.js index.js
-rollup --format=es --output=es6/should-equal.js index.js
+rollup --format=cjs --file=cjs/should-equal.js --input index.js
+rollup --format=es --file=es6/should-equal.js --input index.js
diff --git a/debian/nodejs/should-type/build b/debian/nodejs/should-type/build
index bb16841..1896970 100644
--- a/debian/nodejs/should-type/build
+++ b/debian/nodejs/should-type/build
@@ -1,2 +1,2 @@
-rollup --format=cjs --output=cjs/should-type.js index.js
-rollup --format=es --output=es6/should-type.js index.js
+rollup --format=cjs --file=cjs/should-type.js --input index.js
+rollup --format=es --file=es6/should-type.js --input index.js


Reply via email to