nativescript-material-core
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.2.5](https://github.com/Akylas/nativescript-material-components/compare/v3.2.4...v3.2.5) (2020-05-21) | ||
### Bug Fixes | ||
* sideEffects for tree shacking ([9b32175](https://github.com/Akylas/nativescript-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7)) | ||
## [3.2.4](https://github.com/Akylas/nativescript-material-components/compare/v3.2.3...v3.2.4) (2020-05-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "nativescript-material-core", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "Material Core component", | ||
"main": "./core.js", | ||
"module": "./core.mjs", | ||
"sideEffects": false, | ||
"typings": "./core.d.ts", | ||
@@ -37,3 +38,3 @@ "scripts": { | ||
"readmeFilename": "README.md", | ||
"gitHead": "056895c5b87c9c332ad67cc47a3d3e76cd18e667" | ||
"gitHead": "2ec5bffe3e7e50653e08e7522f4768923f140753" | ||
} |
209206