@empty-complete-org/medusa-product-attributes 1.1.2 → 1.1.3
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -235,6 +235,6 @@ pnpm run dev # medusa plugin:develop
|
|
|
235
235
|
<h2>Contributing</h2>
|
|
236
236
|
<p>Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.</p>
|
|
237
237
|
<p>
|
|
238
|
-
<sub>Made with
|
|
238
|
+
<sub>Made with ❤️ for the Medusa community</sub>
|
|
239
239
|
</p>
|
|
240
240
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empty-complete-org/medusa-product-attributes",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Custom attributes module for Medusa v2 with support for text, number, file types and units of measurement",
|
|
5
5
|
"author": "empty-complete",
|
|
6
6
|
"license": "MIT",
|
|
@@ -86,4 +86,4 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"transliteration": "^2.6.1"
|
|
88
88
|
}
|
|
89
|
-
}
|
|
89
|
+
}
|