Skip to content

Commit 513c3a9

Browse files
chore: cms to repo sync (#993)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Ed Stephinson <edward.stephinson@gmail.com>
1 parent c4fad32 commit 513c3a9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

site/plugins.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{
113113
"author": "applitools",
114114
"description": "Require visual changes on production to be manually approved before going live!",
115-
"name": "Visual diff (Applitools)",
115+
"name": "Visual Diff (Applitools)",
116116
"package": "netlify-plugin-visual-diff",
117117
"repo": "https://github.com/applitools/netlify-plugin-visual-diff",
118118
"version": "2.0.0",
@@ -121,8 +121,14 @@
121121
"version": "2.0.0"
122122
},
123123
{
124-
"version": "1.3.0",
125-
"nodeVersion": "<12.0.0"
124+
"nodeVersion": "<12.0.0",
125+
"version": "1.3.0"
126+
}
127+
],
128+
"variables": [
129+
{
130+
"name": "APPLITOOLS_API_KEY",
131+
"description": "Applitools API key from https://eyes.applitools.com/"
126132
}
127133
]
128134
},

0 commit comments

Comments
 (0)