deno.land / x / color_hash@v2.0.1 / Makefile

test: deno test build: mkdir -p dist deno bundle mod.ts > dist/bundle.js npx tsc --target es2015 --allowJs dist/bundle.js --outDir tmp cp tmp/bundle.js dist/esm.js rm -rf tmp npx tsc --module commonjs --allowJs dist/bundle.js --outDir tmp cp tmp/bundle.js dist/color-hash.js rm -rf tmp
color_hash

Version Info

Tagged at
3 years ago