From b5ee9f110d0f994fe37722dbfd4ac48c688ee3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 23 Oct 2019 17:02:14 +0200 Subject: [PATCH] feat(templates): allow InstantSearch.js template with v4 --- src/templates/InstantSearch.js/.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/InstantSearch.js/.template.js b/src/templates/InstantSearch.js/.template.js index a2b895363..f2e4cca36 100644 --- a/src/templates/InstantSearch.js/.template.js +++ b/src/templates/InstantSearch.js/.template.js @@ -4,7 +4,7 @@ const teardown = require('../../tasks/node/teardown'); module.exports = { category: 'Web', libraryName: 'instantsearch.js', - supportedVersion: '>= 3.0.0 < 4.0.0', + supportedVersion: '>= 3.0.0 < 5.0.0', templateName: 'instantsearch.js', appName: 'instantsearch.js-app', keywords: ['algolia', 'InstantSearch', 'Vanilla', 'instantsearch.js'],