Skip to content

Commit

Permalink
Include version in bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jan 5, 2015
1 parent 683e858 commit 343f8ea
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "H2O Flow",
"version": "0.0.0",
"name": "h2o-flow",
"version": "0.2.11",
"homepage": "https://github.com/h2oai/h2o-flow",
"authors": [
"Prithvi Prabhu <[email protected]>"
],
"description": "Interactive computational environment for H2O",
"main": "index.js",
"main": "build/index.html",
"moduleType": [
"globals"
],
Expand All @@ -15,13 +15,14 @@
"Machine Learning"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"build.gradle",
"gradle",
"lib",
"test",
"tests"
"node_modules",
"src",
"tools"
],
"dependencies": {
"jquery": "~2.1.0",
Expand Down

0 comments on commit 343f8ea

Please sign in to comment.