@productivemark/snipcss 1.0.3 → 1.0.4

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snipcss",
3
3
  "description": "Snipcss tools are the most accurate way to convert a repo to tailwind or extract designs from existing websites. The agent can use playwright with SnipCSS on any local or remote url. This plugin allows Claude to use SnipCSS however needed to achieve a goal - whether it's Tailwind conversion or importing pixel-perfect designs, this plugin will give Claude design super-powers.",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "author": { "name": "SnipCSS" },
6
6
  "homepage": "https://www.snipcss.com",
7
7
  "repository": "https://github.com/mrieck/snipcss-claude-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productivemark/snipcss",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Snipcss tools are the most accurate way to convert a repo to tailwind or extract designs from existing websites. This plugin allows Claude to use SnipCSS however needed - whether it's Tailwind conversion or importing pixel-perfect designs.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",