UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

22 lines (20 loc) 481 B
const install = require('../../tasks/node/install'); const teardown = require('../../tasks/node/teardown'); module.exports = { category: 'Widget', libraryName: 'react-instantsearch', supportedVersion: '>= 6.0.0 < 7.0.0', templateName: 'react-instantsearch-widget', packageNamePrefix: 'react-instantsearch-widget-', keywords: [ 'algolia', 'InstantSearch', 'React', 'react-instantsearch', 'widget', ], tasks: { install, teardown, }, };