Skip to content

Commit

Permalink
feat: expose instantsearch.version
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Sep 17, 2015
1 parent 0e1efb4 commit ae5ef94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ instantsearch.widgets = {
toggle: require('./widgets/toggle')
};

instantsearch.version = require('./lib/version.js');

module.exports = instantsearch;
1 change: 1 addition & 0 deletions lib/version.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = '0.0.0';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "0.0.1",
"version": "0.0.0",
"description": "Instant search kit for Algolia search",
"main": "index.js",
"author": "Algolia <support@algolia.com>",
Expand Down

0 comments on commit ae5ef94

Please sign in to comment.