@modular-toolkit/selectors
Advanced tools
Comparing version 3.0.2 to 3.0.3-beta.0
# Changelog | ||
## 3.0.3 / 21 Dec 2018 | ||
* Added `sideEffects: false` configuration to [package.json](package.json) to allow efficient tree shaking with | ||
webpack (see [webpack documentation](https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free)) | ||
## 3.0.2 / 31 Oct 2018 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@modular-toolkit/selectors", | ||
"version": "3.0.2", | ||
"version": "3.0.3-beta.0", | ||
"description": "Utility functions for connecting selectors for a state object to a global Redux state", | ||
"esnext": "index-esnext.js", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -32,3 +33,3 @@ "build": "webpack", | ||
}, | ||
"gitHead": "131c54e0ecc4b0f9e39cb31d0d0b376f5a1e6995" | ||
"gitHead": "862ed388ab2945225479f12878cb95f3cc238e43" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21141
4