Upgraded mdCodes to v2.9.0 (not to be confused with this version of mdJson-schemas, which is also 2.9.0)
Modified package.json scripts
Removed pretest (duplicate of prepublishOnly)
Renamed prepublishOnly to prepublish
New release script that runs prepublish then publish (for npm)
Bug Fix - the published version of 2.8.3 did not include the files produced by the prepublish script, v2.9.0 will fix that in the npm module, so not a bug fix in here, but it will fix the published version (by replacing with a new version). Also, version 2.8.2 should have been 2.9.0 since it added more to data quality.
Closes #290
Changes
Increment minor version to 2.9.0
Upgraded mdCodes to v2.9.0 (not to be confused with this version of mdJson-schemas, which is also 2.9.0)
Modified package.json scripts
release
script that runs prepublish then publish (for npm)Bug Fix - the published version of 2.8.3 did not include the files produced by the prepublish script, v2.9.0 will fix that in the npm module, so not a bug fix in here, but it will fix the published version (by replacing with a new version). Also, version 2.8.2 should have been 2.9.0 since it added more to data quality.