@civicactions/cmsds-open-data-components 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -174,8 +174,6 @@ Object.defineProperty(exports, "useAddLoginLink", {
174
174
  }
175
175
  });
176
176
 
177
- var _array = require("core-js/fn/array");
178
-
179
177
  var _NavLink = _interopRequireDefault(require("./components/NavLink"));
180
178
 
181
179
  var _DatasetTags = _interopRequireDefault(require("./components/DatasetTags"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civicactions/cmsds-open-data-components",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Components for the open data catalog frontend using CMS Design System",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {