Skip to content

Commit

Permalink
Merge pull request #21 from calebthebrewer/master
Browse files Browse the repository at this point in the history
adding bower and gitignore keys, fixes #20
  • Loading branch information
cdjackson committed Apr 28, 2015
2 parents 4b15637 + bf4b17e commit dc45961
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@
"VisJS",
"JavaScript"
],
"main": "angular-vis.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"vis": "~3.7.2",
"vis": "~3.12.0",
"angular": "~1.3.8"
},
"dependencies": {
"angular": "~1.3.15",
"vis": "~3.12.0"
}
}

0 comments on commit dc45961

Please sign in to comment.