troika-animation
Advanced tools
Comparing version 0.32.0 to 0.33.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02) | ||
### Bug Fixes | ||
* add "sideEffects":false to package.json files to assist treeshaking ([61109b2](https://github.com/protectwise/troika/commit/61109b2e3d21dc794ef66b3f28cf63bbdd34150e)) | ||
* remove redundant "browser" and defunct "jsnext:main" fields from package.json files ([0abec40](https://github.com/protectwise/troika/commit/0abec40e3af06d3ae4d990bf198d871b46730f1f)) | ||
# [0.32.0](https://github.com/protectwise/troika/compare/v0.31.0...v0.32.0) (2020-09-16) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "troika-animation", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"description": "Troika Animation Utilities", | ||
@@ -12,8 +12,7 @@ "author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "dist/troika-animation.umd.js", | ||
"browser": "dist/troika-animation.umd.js", | ||
"jsnext:main": "dist/troika-animation.esm.js", | ||
"module": "dist/troika-animation.esm.js", | ||
"module:src": "src/index.js", | ||
"gitHead": "9f263fcbf9d5c45dc3c73ede2baf7db26978f2ec" | ||
"gitHead": "0c397b65aac6137ce1b4417e55d0deeb77b5ee5f" | ||
} |
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
96295