@cartbot/plate-search 2.0.1 → 2.0.2
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.
|
@@ -5,8 +5,9 @@ object-assign
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
|
-
* Font Awesome Free
|
|
8
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
9
9
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
10
|
+
* Copyright 2022 Fonticons, Inc.
|
|
10
11
|
*/
|
|
11
12
|
|
|
12
13
|
/*!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cartbot/plate-search",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"author": "Partbot",
|
|
5
5
|
"url": "https://pl8srch.partbot.io",
|
|
6
6
|
"description": "Compatible with [Partbot](https://use.partbot.io) connected ecommerce stores and synced products.",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"web-vitals": "^1.0.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
|
-
"
|
|
34
|
+
"dev": "TAILWIND_MODE=watch craco start",
|
|
35
|
+
"start": "craco start",
|
|
35
36
|
"build": "GENERATE_SOURCEMAP=false craco build",
|
|
36
37
|
"publish": "npm publish --access public"
|
|
37
38
|
},
|