@bigbinary/neeto-commons-frontend 4.0.0 → 4.0.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.
@@ -97,12 +97,12 @@ const TRANSFORM_RULES = [
97
97
  transform: "neetoicons/app-icons/${member}",
98
98
  preventFullImport: false,
99
99
  },
100
- "@bigbinary/neeto-icons/neeto-logos": {
101
- transform: "@bigbinary/neeto-icons/neeto-logos/${member}",
100
+ "@bigbinary/neeto-icons/logos": {
101
+ transform: "@bigbinary/neeto-icons/logos/${member}",
102
102
  preventFullImport: false,
103
103
  },
104
- "neetoicons/neeto-logos": {
105
- transform: "neetoicons/neeto-logos/${member}",
104
+ "neetoicons/logos": {
105
+ transform: "neetoicons/logos/${member}",
106
106
  preventFullImport: false,
107
107
  },
108
108
  "@bigbinary/neeto-icons/misc": {
@@ -97,12 +97,12 @@ const TRANSFORM_RULES = [
97
97
  transform: "neetoicons/app-icons/${member}",
98
98
  preventFullImport: false,
99
99
  },
100
- "@bigbinary/neeto-icons/neeto-logos": {
101
- transform: "@bigbinary/neeto-icons/neeto-logos/${member}",
100
+ "@bigbinary/neeto-icons/logos": {
101
+ transform: "@bigbinary/neeto-icons/logos/${member}",
102
102
  preventFullImport: false,
103
103
  },
104
- "neetoicons/neeto-logos": {
105
- transform: "neetoicons/neeto-logos/${member}",
104
+ "neetoicons/logos": {
105
+ transform: "neetoicons/logos/${member}",
106
106
  preventFullImport: false,
107
107
  },
108
108
  "@bigbinary/neeto-icons/misc": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",