transformalizer
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/GaiamTV/transformalizer/compare/v0.1.0...v0.1.1) (2017-02-08) | ||
### Bug Fixes | ||
* **package.json:** fix incorrect main property ([3c12d9e](https://github.com/GaiamTV/transformalizer/commit/3c12d9e)) | ||
<a name="0.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [0.1.0](https://github.com/GaiamTV/transformalizer/compare/v0.0.1...v0.1.0) (2017-02-08) |
{ | ||
"name": "transformalizer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "a bare bones node module for building JSON API v1.0 compliant payloads", | ||
"main": "index.js", | ||
"main": "./dist/transformalizer.js", | ||
"keywords": [ | ||
@@ -7,0 +7,0 @@ "json-api", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
74284
0