We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fad32 commit 513c3a9Copy full SHA for 513c3a9
site/plugins.json
@@ -112,7 +112,7 @@
112
{
113
"author": "applitools",
114
"description": "Require visual changes on production to be manually approved before going live!",
115
- "name": "Visual diff (Applitools)",
+ "name": "Visual Diff (Applitools)",
116
"package": "netlify-plugin-visual-diff",
117
"repo": "https://github.com/applitools/netlify-plugin-visual-diff",
118
"version": "2.0.0",
@@ -121,8 +121,14 @@
121
"version": "2.0.0"
122
},
123
124
- "version": "1.3.0",
125
- "nodeVersion": "<12.0.0"
+ "nodeVersion": "<12.0.0",
+ "version": "1.3.0"
126
+ }
127
+ ],
128
+ "variables": [
129
+ {
130
+ "name": "APPLITOOLS_API_KEY",
131
+ "description": "Applitools API key from https://eyes.applitools.com/"
132
}
133
]
134
0 commit comments