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

Commit 05501d4

Browse files
feat(templates): allow InstantSearch.js template with v4 (#442)
1 parent 18d8895 commit 05501d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const teardown = require('../../tasks/node/teardown');
44
module.exports = {
55
category: 'Web',
66
libraryName: 'instantsearch.js',
7-
supportedVersion: '>= 3.0.0 < 4.0.0',
7+
supportedVersion: '>= 3.0.0 < 5.0.0',
88
templateName: 'instantsearch.js',
99
appName: 'instantsearch.js-app',
1010
keywords: ['algolia', 'InstantSearch', 'Vanilla', 'instantsearch.js'],

0 commit comments

Comments
 (0)