Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 4683996

Browse files
committed
chore(build): updating angular dependency
Setting the angular dependency to be 1.3.x or less
1 parent 2a2e5de commit 4683996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "https://github.com/angular-ui/bootstrap.git"
1010
},
1111
"devDependencies": {
12-
"angular": "^1.3.15",
13-
"angular-mocks": "^1.3.15",
12+
"angular": "<=1.3.x",
13+
"angular-mocks": "<=1.3.x",
1414
"grunt": "^0.4.5",
1515
"grunt-contrib-concat": "^0.5.1",
1616
"grunt-contrib-copy": "^0.8.0",

0 commit comments

Comments
 (0)