You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further decrease project size even more, the previous version 1.3.0 decreased size by half, and now it's another small decrease as shown below. The big change was to get away from yargs to a custom cli-nano and with this the new release decreases the installed pkg-size even more... 🚀
v1.2.0 → pkg-size: 792KB / 18 packages (yargs)
v1.3.0 → pkg-size: 350KB / 6 packages (cli-nano)
v1.3.1 → pkg-size: 300KB / 6 packages (cli-nano)
Bug Fixes
deps: update all non-major dependencies (#24) (6f888e1)
ignore test spec files when publishing on npm (fe1b24f)