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