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-permission": "~0.3.1",
"angular-input-stars": "*", "angular-input-stars": "*",
"file-saver.js": "~1.20150507.2" "file-saver.js": "~1.20150507.2"
},
"resolutions": {
"angular": "~1.3.17"
} }
} }

View file

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

View file

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