@productivemark/snipcss 1.0.0 → 1.0.1
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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"name": "snipcss",
|
|
10
10
|
"source": {
|
|
11
11
|
"source": "github",
|
|
12
|
-
"repo": "mrieck/snipcss-
|
|
12
|
+
"repo": "mrieck/snipcss-claude-plugin"
|
|
13
13
|
},
|
|
14
14
|
"description": "Convert repos to Tailwind or extract pixel-perfect designs from any website. Gives Claude design super-powers via Playwright and SnipCSS."
|
|
15
15
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"author": { "name": "SnipCSS" },
|
|
6
6
|
"homepage": "https://www.snipcss.com",
|
|
7
|
-
"repository": "https://github.com/mrieck/snipcss-
|
|
7
|
+
"repository": "https://github.com/mrieck/snipcss-claude-plugin",
|
|
8
8
|
"license": "UNLICENSED",
|
|
9
9
|
"keywords": ["css", "tailwind", "extraction", "design"]
|
|
10
10
|
}
|
package/.mcp.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@productivemark/snipcss",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"license": "UNLICENSED",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/mrieck/snipcss-
|
|
21
|
+
"url": "https://github.com/mrieck/snipcss-claude-plugin"
|
|
22
22
|
},
|
|
23
23
|
"keywords": ["snipcss", "css", "tailwind", "extraction", "playwright", "mcp", "claude-code"],
|
|
24
24
|
"files": [
|