···11{
22 "name": "morphlex",
33- "version": "0.0.15",
33+ "version": "0.0.16",
44 "author": "Joel Drapper",
55 "license": "MIT",
66 "type": "module",
···2323 "lint": "bun run prettier --check ./src ./dist ./test",
2424 "minify": "bun run terser dist/morphlex.js -o dist/morphlex.min.js --config-file terser-config.json",
2525 "prepare": "bun run build && bun run minify",
2626- "ship": "bun run prepare && bun run test && bun run lint && bun run publish",
2626+ "ship": "bun run prepare && bun run test && bun run lint && npm publish",
2727 "format": "bun run prettier --write ./src ./dist ./test",
2828 "size": "bun run prepare && bun run gzip-size ./dist/morphlex.min.js --raw --include-original"
2929 },