This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Releases: FredKSchott/pika-pack
Releases · FredKSchott/pika-pack
v0.5.0
Breaking Changes
- New Interface!
- A new @pika/cli is included with every @pika/pack install.
npx @pika/pack build
->pika build
npx @pika/pack publish
->pika publish
npx @pika/pack build
->npx @pika/pack
(the "build" command is no longer needed for this CLI)- No longer supported:
pack build
, replace with eitherpika build
orpika-pack
Other New Features
v0.4.0
v0.3.6
Patches & Fixes:
- #38: Fix a windows publishing issue. Big thanks to @JoshRosenstein for the fix and to everyone who helped track this one down!