Skip to content

Commit ae5ef94

Browse files
author
vvo
committed
feat: expose instantsearch.version
1 parent 0e1efb4 commit ae5ef94

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ instantsearch.widgets = {
1515
toggle: require('./widgets/toggle')
1616
};
1717

18+
instantsearch.version = require('./lib/version.js');
19+
1820
module.exports = instantsearch;

lib/version.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = '0.0.0';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instantsearch.js",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Instant search kit for Algolia search",
55
"main": "index.js",
66
"author": "Algolia <support@algolia.com>",

0 commit comments

Comments
 (0)