Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 0e18811

Browse files
committed
Merge pull request #55 from thgreasi/angular1.2
Reverted bower to angular 1.0.x so that build passes.
2 parents 5011d23 + 96f390b commit 0e18811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.x",
19+
"angular": "~1.0.x",
2020
"jquery-ui": ">= 1.9",
2121
"jquery-simulate": "latest"
2222
},
2323
"devDependencies": {
24-
"angular-mocks": "~1.x"
24+
"angular-mocks": "~1.0.x"
2525
}
2626
}

0 commit comments

Comments
 (0)