@softlimit/theme-envy 0.1.2-alpha → 0.1.3-alpha

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,5 @@
1
1
  on:
2
- push:
3
- branches:
4
- - main
2
+ workflow_dispatch:
5
3
 
6
4
  permissions:
7
5
  contents: write
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <!-- omit in toc -->
5
5
  ## _The lean, mean development machine for your Shopify themes_
6
6
 
7
- [![Built by Softlimit](https://cdn.shopify.com/s/files/1/0581/4760/2587/files/softlimit-app-icons-03.png?v=1680017399)](https://www.softlimit.com/)
7
+ [<img src="https://cdn.shopify.com/s/files/1/0581/4760/2587/files/Built_by_Softlimit_-_Orange.png?v=1681137186" width="140px" alt="Built by Softlimit">](https://www.softlimit.com/)
8
8
 
9
9
  Theme Envy is a feature-rich, performance-optimized Shopify theme development environment. With the extended liquid tools, you can move beyond liquid snippets with repeatable code. Theme Envy compiles everything for you using a combination of custom build processes, Node, Webpack, and Tailwind.
10
10
  <!-- omit in toc -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softlimit/theme-envy",
3
- "version": "0.1.2-alpha",
3
+ "version": "0.1.3-alpha",
4
4
  "description": "Softlimit Shopify Theme Development Environment",
5
5
  "bin": {
6
6
  "theme-envy": "./index.js"