Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Releases: okuryu/package-json-flatten

v0.6.0

Choose a tag to compare

@okuryu okuryu released this 06 May 08:55
282d506

Added

  • Test on Node.js v4, v5, and v6

Changed

  • Revamp README
  • Use commander instead of nomnom
  • Use 2 indents in all stuff

Fixed

  • Fix sentences in README

Removed

  • The prepublish npm script is no longer used
  • Remove husky from dependencies
  • Drop Node.js v0.10 from Travis CI building

Dependencies Updated

  • chai@3.5.0

v0.5.0

Choose a tag to compare

@okuryu okuryu released this 25 Jan 13:49

Added

  • Support peerDependencies field

Changed

  • Maintain strict ESLint configuration
  • Use ESLint eslint:recommended configuration

Removed

  • CHANGELOG file is no longer used

Dependencies Updated

  • chai@3.4.1
  • grunt-contrib-clean@0.7.0
  • grunt-eslint@17.3.1
  • grunt-mocha-istanbul@3.0.1
  • husky@0.10.2
  • istanbul@0.4.2
  • mocha@2.3.4

v0.4.0

Choose a tag to compare

@okuryu okuryu released this 18 Jun 12:53

Changed

  • Use footnotes for all external links in README
  • Use multiple var syntax
  • Re-flatten package.json
  • Add integration guide with npm script in README
  • Test on Node.js v0.12
  • Test on io.js
  • Add npm-debug.log in .gitignore
  • Use eslint instead of jshint
  • Cover more test coverage
  • Use HTTPS image in README
  • Update license attribute in package.json (#1 from @pdehaan)

Dependencies Updated

  • grunt-mocha-istanbul@2.2.0
  • detect-indent@3.0.1
  • grunt-mocha-istanbul@2.4.0
  • husky@0.8.1
  • chai@3.0.0
  • grunt-eslint@15.0.0

v0.3.0

Choose a tag to compare

@okuryu okuryu released this 26 Dec 13:59
  • Remove .npmignore file
  • Add a feature that sort array data such as keywords and files
  • Fix license URLs
  • Use hasOwnProperty method within for syntax
  • Tweak license message
  • Update package.json reference URL
  • Bump husky version to ^0.6.2
  • Bump nomnom version to ^1.8.1
  • Bump detect-indent version to ^3.0.0
  • Fix Travis CI badge URL
  • Use square badges
  • Bump jshint version to ^2.5.11
  • Bump chai version to ^1.10.0
  • Change block comments style
  • Use npm instead of NPM

v0.2.1

Choose a tag to compare

@okuryu okuryu released this 11 Dec 12:43
  • Add LICENSE as files of the package
  • Add bin directory as files of the package
  • Fix the path to LICENSE in package.json
  • Fix the path to the LICENSE
  • Rename LICENSE file name
  • Bump jshint version to ^2.5.5
  • Make .editorconfig file
  • Update author style
  • Bump grunt-mocha-istanbul version to ^2.0.0
  • Bump grunt-contrib-clean version to ^0.6.0

v0.2.0

Choose a tag to compare

@okuryu okuryu released this 06 Aug 11:53
  • Accepting the number of whitespaces to indent by passing the -i (--indent) option.

v0.1.0

Choose a tag to compare

@okuryu okuryu released this 23 Jul 11:59
  • Initial version.