Skip to content

Commit

Permalink
Added angular-messages and resolution for angular.
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Apr 21, 2017
1 parent bf9940d commit ec720b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"version": "1.2.0-RC1",
"homepage": "https://github.com/TAMULib/Weaver-UI-Core.git",
"license": "MIT",
"private": true,
"private": false,
"main": [],
"ignore": [],
"dependencies": {
"angular": "1.6.4",
"angular-route": "1.6.4",
"angular-bootstrap": "2.5.0",
"angular-loader": "1.6.4",
"angular-messages": "1.6.4",
"angular-mocks": "1.6.4",
"angular-sanitize": "1.6.4",
"html5-boilerplate": "5.3.0",
Expand All @@ -20,5 +21,8 @@
"bootstrap-sass-official": "3.3.7",
"sockjs-client": "1.1.2",
"stomp-websocket": "2.3.4"
},
"resolutions": {
"angular": "1.6.4"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"time-grunt": "1.4.0"
},
"scripts": {
"preeinstall": "npm install -g bower",
"postinstall": "bower install",
"prestart": "npm install",
"pretest": "npm install",
Expand Down

0 comments on commit ec720b8

Please sign in to comment.