@ruebenfox/liquefaction 1.0.2 → 1.0.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/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ruebenfox/liquefaction",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"bin": {
|
|
5
|
+
"liq": "./bin/cli.js"
|
|
6
|
+
},
|
|
4
7
|
"description": "A Shopify native component library, to power reusable theme development and an accompanying Visual Studio Code Extension to interact with the library. ",
|
|
5
8
|
"main": "index.js",
|
|
6
9
|
"files": [
|