Releases: RecuencoJones/npm-filepack
Releases · RecuencoJones/npm-filepack
0.5.1
0.5.0
- Added yargs for parsing filepack arguments
- Added
--verbose
flag - Added eslint with basic style checks
- Added lint, test, clean scripts
- Added github workflows
- Added support for passing additional arguments to underlying
npm install
command, i.e:filepack -- --save lodash
0.4.0
- Added alternative binary
filepack
with different behavior:- Uses
filepackDependencies
andfilepackDevDependencies
instead offile+pack:
dependencies - Updates
package.json
with path to tarballs
- Uses
- Refactored common methods
0.3.0
- Renamed
PREFIX
env variable toFILEPACK_PREFIX
to avoid conflicts with other tools.
0.2.0
- Added support for
PREFIX
env variable - Added support for
NODE_ENV=production
to just install runtime dependencies
0.1.0
Initial version of npm-filepack