We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1efb4 commit ae5ef94Copy full SHA for ae5ef94
index.js
@@ -15,4 +15,6 @@ instantsearch.widgets = {
15
toggle: require('./widgets/toggle')
16
};
17
18
+instantsearch.version = require('./lib/version.js');
19
+
20
module.exports = instantsearch;
lib/version.js
@@ -0,0 +1 @@
1
+module.exports = '0.0.0';
package.json
@@ -1,6 +1,6 @@
{
2
"name": "instantsearch.js",
3
- "version": "0.0.1",
+ "version": "0.0.0",
4
"description": "Instant search kit for Algolia search",
5
"main": "index.js",
6
"author": "Algolia <support@algolia.com>",
0 commit comments