Skip to content

Commit

Permalink
bump reactivesearch version and update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed Dec 6, 2017
1 parent 4d8070f commit 37c6d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@appbaseio/reactivesearch",
"version": "2.0.0-alpha-01",
"version": "2.0.0-alpha-02",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"watch": "yarn run build -w",
"start": "webpack-dev-server --hot --inline --progress --colors --port 8012",
Expand Down

0 comments on commit 37c6d25

Please sign in to comment.