rename funding exec

This commit is contained in:
Kevin Jahns 2021-01-10 12:31:01 +01:00
parent 1e97cf8323
commit bee397f1e5
2 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@
"debug": "concurrently 'http-server -o test.html' 'npm run watch'", "debug": "concurrently 'http-server -o test.html' 'npm run watch'",
"trace-deopt": "clear && rollup -c && node --trace-deopt dist/test.cjs", "trace-deopt": "clear && rollup -c && node --trace-deopt dist/test.cjs",
"trace-opt": "clear && rollup -c && node --trace-opt dist/test.cjs", "trace-opt": "clear && rollup -c && node --trace-opt dist/test.cjs",
"postinstall": "node ./funding.cjs" "postinstall": "node ./sponsor-y.js"
}, },
"files": [ "files": [
"dist/*", "dist/*",
"src/*", "src/*",
"tests/*", "tests/*",
"docs/*", "docs/*",
"funding.cjs" "sponsor-y.js"
], ],
"dictionaries": { "dictionaries": {
"doc": "docs", "doc": "docs",