Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit f7a2a31

Browse files
authored
Merge pull request #4 from patternfly/remove-bower-install
removes bower install
2 parents 04e4b0c + c72d7ec commit f7a2a31

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternfly-bootstrap-treeview",
33
"description": "Tree View for Twitter Bootstrap",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
66
"main": [
77
"dist/bootstrap-treeview.min.js",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternfly-bootstrap-treeview",
33
"description": "Tree View for Twitter Bootstrap",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
66
"author": {
77
"name": "Red Hat"
@@ -20,7 +20,6 @@
2020
}
2121
],
2222
"scripts": {
23-
"install": "bower install",
2423
"start": "node app",
2524
"test": "grunt test"
2625
},

0 commit comments

Comments
 (0)