Skip to content

Commit

Permalink
Merge pull request #86 from mdhaman/1.0
Browse files Browse the repository at this point in the history
(fix) Adding bower to 1.0.
  • Loading branch information
Mayur Dhamanwala authored Aug 15, 2016
2 parents baf4d20 + 03803a9 commit 76b3a26
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions client/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "superdesk-client",
"dependencies": {
"requirejs": "2.1.15",
"jquery": "2.1.3",
"lodash": "3.0.1",
"bootstrap": "3.1.0",
"momentjs": "2.10.6",
"moment-timezone": "0.4.0",
"angular": "1.3.9",
"angular-resource": "1.3.9",
"angular-route": "1.3.9",
"angular-mocks": "1.3.9",
"angular-gettext": "2.0.1",
"angular-bootstrap": "0.12.1",
"gridster": "0.2.1",
"d3": "3.5.3",
"jcrop": "0.9.12",
"ng-file-upload": "1.6.12",
"raven-js": "1.1.11",
"jquery-ui": "1.11.2",
"medium-editor": "4.9.0",
"ment.io": "0.9.22",
"langmap": "~0.0.10"
},
"ignore": [
"**/.*",
"server",
"docker",
"setup.py",
"client/docs"
],
"resolutions": {
"angular": "1.3.9"
}
}
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#48c9013a5",
"superdesk-core": "superdesk/superdesk-client-core#1.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
Expand Down

0 comments on commit 76b3a26

Please sign in to comment.