From bee397f1e549a1fe91d34735f0b29e8686377491 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 10 Jan 2021 12:31:01 +0100 Subject: [PATCH] rename funding exec --- package.json | 4 ++-- funding.cjs => sponsor-y.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename funding.cjs => sponsor-y.js (100%) diff --git a/package.json b/package.json index a82eca65..1e6216ea 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ "debug": "concurrently 'http-server -o test.html' 'npm run watch'", "trace-deopt": "clear && rollup -c && node --trace-deopt dist/test.cjs", "trace-opt": "clear && rollup -c && node --trace-opt dist/test.cjs", - "postinstall": "node ./funding.cjs" + "postinstall": "node ./sponsor-y.js" }, "files": [ "dist/*", "src/*", "tests/*", "docs/*", - "funding.cjs" + "sponsor-y.js" ], "dictionaries": { "doc": "docs", diff --git a/funding.cjs b/sponsor-y.js similarity index 100% rename from funding.cjs rename to sponsor-y.js