Skip to content

v4.2.0

Compare
Choose a tag to compare
@kristoferbaxter kristoferbaxter released this 28 Apr 16:33

Adds a new feature, requested by @ampproject/wg-infra. You can now move configuration for filesize outside of your package.json if you desire.

Passing an argument of -c=${path/filesize.json} with a valid json object using the same structure as the package.json variant will use this configuration instead of package.json as the source of truth.

The file name is not required to be filesize, but the passed configuration file must be valid json and end in a .json extension.

  • update to latest dependencies 95d5505
  • Add -c config option for users preferring to avoid package.json (#87) 16de5d6
  • Update to 1.0 of async caf734b
  • Upgrade typescript-esm to 1.0.1 97e0fb4
  • Update minimum Node version 72c5dc1

v4.1.0...v4.2.0