Skip to content

Commit 83a2b27

Browse files
Merge pull request #40 from erundle/bower
Updating patternfly reference impl to be a devDependency
2 parents 5bac28b + c773094 commit 83a2b27

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@
3232
"url": "git://github.com/patternfly/angular-patternfly.git"
3333
},
3434
"dependencies": {
35-
"angular": "1.2.25 - 1.3.*",
36-
"patternfly": "~2.0.0",
37-
"c3": "~0.4.10"
35+
"angular": "1.2.25 - 1.3.*"
3836
},
3937
"devDependencies": {
4038
"angular-animate": "1.2.25 - 1.3.*",
4139
"angular-mocks": "1.2.25 - 1.3.*",
4240
"angular-sanitize": "1.2.25 - 1.3.*",
4341
"angular-touch": "1.2.25 - 1.3.*",
44-
"angular-route": "1.2.25 - 1.3.*"
42+
"angular-route": "1.2.25 - 1.3.*",
43+
"patternfly": "~2.0.0"
4544
}
4645
}

0 commit comments

Comments
 (0)