Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 691f4f3

Browse files
committed
switched to using dev deps
1 parent 496229b commit 691f4f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bower.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-formly",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"authors": [
55
"Grant Helton <[email protected]>"
66
],
@@ -26,10 +26,11 @@
2626
],
2727
"dependencies": {
2828
"angular": "~1.2.10",
29+
"bootstrap": "~3.1.0"
30+
},
31+
"devDependencies": {
2932
"angular-ui-router": "#0.2.8-bowratic-tedium",
30-
"bootstrap": "~3.1.0",
3133
"angular-highlightjs": "~0.2.1",
3234
"highlightjs": "~8.0.0"
33-
},
34-
"devDependencies": {}
35+
}
3536
}

0 commit comments

Comments
 (0)