Skip to content

Commit

Permalink
Merge pull request #4 from patternfly/remove-bower-install
Browse files Browse the repository at this point in the history
removes bower install
  • Loading branch information
dgutride authored Aug 12, 2016
2 parents 04e4b0c + c72d7ec commit f7a2a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternfly-bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
"main": [
"dist/bootstrap-treeview.min.js",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "patternfly-bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
"author": {
"name": "Red Hat"
Expand All @@ -20,7 +20,6 @@
}
],
"scripts": {
"install": "bower install",
"start": "node app",
"test": "grunt test"
},
Expand Down

0 comments on commit f7a2a31

Please sign in to comment.