added resolution to bower.json

This commit is contained in:
David Baldwynn 2015-08-18 15:19:28 -07:00
parent 85fc672622
commit 44e37ce1da
3 changed files with 9 additions and 8 deletions

View file

@ -30,5 +30,8 @@
"angular-permission": "~0.3.1",
"angular-input-stars": "*",
"file-saver.js": "~1.20150507.2"
},
"resolutions": {
"angular": "~1.3.17"
}
}

View file

@ -3,10 +3,7 @@
/**
* Module dependencies.
*/
var applicationConfiguration = require('./config/config'),
bowerFiles = require('main-bower-files');
var bowerDep = bowerFiles('**/**.js');
var applicationConfiguration = require('./config/config');
// Karma configuration
module.exports = function(config) {

View file

@ -3,13 +3,14 @@
# TEAM
<name> -- <role> -- <twitter>
David Baldwynn -- Developer -- @davidbaldwynn
# THANKS
<name>
Grace Lam
# TECHNOLOGY COLOPHON
HTML5, CSS3
jQuery, Modernizr
HTML5, CSS3, AngularJS
jQuery, Modernizr, ExpressJS