create-instantsearch-app 7.0.1 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
- package/src/cli/index.js +1 -1
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ Create InstantSearch App is [MIT licensed](LICENSE).
|
|
|
180
180
|
[version-svg]: https://img.shields.io/npm/v/create-instantsearch-app.svg?style=flat-square
|
|
181
181
|
[package-url]: https://npmjs.org/package/create-instantsearch-app
|
|
182
182
|
[ci-svg]: https://img.shields.io/circleci/project/github/algolia/create-instantsearch-app.svg?style=flat-square
|
|
183
|
-
[ci-url]: https://circleci.com/gh/algolia/instantsearch
|
|
183
|
+
[ci-url]: https://circleci.com/gh/algolia/instantsearch
|
|
184
184
|
[license-image]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
|
|
185
185
|
[license-url]: LICENSE
|
|
186
186
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-instantsearch-app",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "⚡️ Build InstantSearch apps at the speed of thought",
|
|
6
6
|
"keywords": [
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"validate-npm-package-name": "3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@instantsearch/testutils": "1.
|
|
52
|
+
"@instantsearch/testutils": "1.14.0",
|
|
53
53
|
"jest-image-snapshot": "2.12.0",
|
|
54
54
|
"walk-sync": "2.0.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "046ba8af4e49a0299d3297337965fc4e717550d6"
|
|
57
57
|
}
|
package/src/cli/index.js
CHANGED
|
@@ -162,7 +162,7 @@ const getQuestions = ({ appName }) => ({
|
|
|
162
162
|
{
|
|
163
163
|
type: 'checkbox',
|
|
164
164
|
name: 'attributesForFaceting',
|
|
165
|
-
message: 'Attributes
|
|
165
|
+
message: 'Attributes for faceting',
|
|
166
166
|
suffix: `\n ${chalk.gray('Used to filter the search interface')}`,
|
|
167
167
|
pageSize: 10,
|
|
168
168
|
choices: async (answers) => {
|