Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 39b5f6d

Browse files
committed
chore: update templateName for js widget template
With a space in it, the release script threw an error.
1 parent ce3e83d commit 39b5f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/InstantSearch.js widget/.template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
category: 'Widget',
66
libraryName: 'instantsearch.js',
77
supportedVersion: '>= 4.21.0 < 5.0.0',
8-
templateName: 'instantsearch.js widget',
8+
templateName: 'instantsearch.js-widget',
99
appName: 'instantsearch.js-app',
1010
keywords: ['algolia', 'InstantSearch', 'Vanilla', 'instantsearch.js', 'widget'],
1111
tasks: {

0 commit comments

Comments
 (0)