Skip to content

Commit 4842351

Browse files
author
Pavel Strashkin
committed
Extend supported AngularJS version to 1.3.x
1 parent 94655df commit 4842351

File tree

2 files changed

+9275
-4986
lines changed

2 files changed

+9275
-4986
lines changed

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"url": "https://github.com/mulesoft/api-console.git"
77
},
88
"dependencies": {
9-
"angular": "~1.2.16",
9+
"angular": ">=1.2.0 <1.4.0",
1010
"angular-highlightjs": "~0.3.2",
1111
"angular-marked": "0.0.18",
1212
"angular-ui-codemirror": "0.1.6",
1313
"codemirror": "~3.15.0",
1414
"crypto-js": "https://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
15+
"FileSaver": "*",
1516
"highlight-js": "~7.0.1",
1617
"jquery": "~2.1.1",
18+
"jszip": "~2.0.0",
1719
"marked": "~0.3.1",
20+
"raml-client-generator": "~0.0.7",
1821
"raml-js-parser": "raml-org/raml-js-parser#e1513e34388d6bb6558f5cb5b221c19f90e225e5",
22+
"slug": "~0.8.0",
1923
"velocity": "~1.1.0",
20-
"vkbeautify": "vkiryukhin/vkBeautify#ecfc3b9e2b911ad8ebd49600c4089aca30619f29",
21-
"FileSaver": "*",
22-
"jszip": "~2.0.0",
23-
"raml-client-generator": "~0.0.7",
24-
"slug": "~0.8.0"
24+
"vkbeautify": "vkiryukhin/vkBeautify#ecfc3b9e2b911ad8ebd49600c4089aca30619f29"
2525
},
2626
"devDependencies": {
27-
"angular-mocks": "~1.2.9"
27+
"angular-mocks": ">=1.2.0 <1.4.0"
2828
}
2929
}

0 commit comments

Comments
 (0)