@imtf/icons 0.0.6 → 0.0.7

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/changelog.md +5 -0
  2. package/package.json +2 -1
package/changelog.md ADDED
@@ -0,0 +1,5 @@
1
+ # Icons changelog
2
+
3
+ ## 0.0.7
4
+
5
+ - main export added to package js (was preventing test passing in @imtf/react-component)
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@imtf/icons",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "description": "Library of icons (React components, font and svg)",
6
6
  "module": "./lib/index.js",
7
+ "main": "./lib/index.js",
7
8
  "types": "./lib/index.d.ts",
8
9
  "repository": "ssh://git@gitlab.imtf-devops.com:2222/web/icons.git",
9
10
  "homepage": "https://gitlab.imtf-devops.com/web/icons",