Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 5ce0668

Browse files
committed
Ensure Readme, license and images in dist.
1 parent 0f98a96 commit 5ce0668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bootstrap-dist": "npm run vendor && npm run copy-package && npm run fix-esm",
2929
"fix-esm": "mkdir -p dist/src/; cp -Rf src/index-esm.mjs dist/src/index-esm.mjs",
3030
"vendor": "mkdir -p vendor/quick-lru; cp -n node_modules/quick-lru/index.d.ts vendor/quick-lru; cp -n node_modules/quick-lru/index.js vendor/quick-lru; true",
31-
"copy-package": "mkdir -p dist/; node copy-package.js; cp -f package-lock.json dist; true",
31+
"copy-package": "mkdir -p dist/; node copy-package.js; cp -f package-lock.json dist; cp -f README.md dist; cp -f LICENSE dist; cp -f readme-header-img.png dist; true",
3232
"build:types": "tsc --incremental --emitDeclarationOnly --stripInternal",
3333
"benchmarks": "node test/benchmarks/publish.js && node test/benchmarks/subscribe.js",
3434
"prebuild-benchmark": "npm run build -- --config-name=node-lib",

0 commit comments

Comments
 (0)