Releases: XervoIO/demeteorizer
v3.0.0-alpha.1
3.0.0-alpha.1
Windows support
Adds support for Meteor on Windows.
Ignore directories named "test"
Updated to ignore any test directories and/or their dependencies.
Clean up paths with parenthesis
Patch release.
Includes a fix for paths that include parenthesis.
Determine node version from Meteor bundle
Minor release.
This release adds functionality that allows demeteorizer to use
the node version specified by Meteor when bundling the project.
Ignore "samples" directories
Corrects an issue with some modules that include a "samples" folder with invalid package.json
files.
Skip [email protected]
This release forces the package.json node version to 0.10.33 to avoid a bug
in [email protected]
Handle invalid semver versions
Meteor has no interest in versioning standards. This release is to
recover from their decisions.
Fixes issues with invalid package.json files.
A better solution for attempting to parse package.json files. The
previous release would only test that the package.json file has data,
this release attempts to parse the file's contents if there is data
and writes out a warning if the file data is invalid rather than
crashing.
Thanks to @premosystems
Fixes an issue with invalid package.json files.
Corrects an issue where some modules could include empty package.json
files which would cause demeteorization to fail.
Each package.json file is now checked that it contains data and is
skipped if it does not.
Closes #69