Mark angular ~1.5.11 as a resolution.

This commit is contained in:
FelisCatus 2017-04-26 23:00:49 -04:00
parent ab6425371c
commit 4802b98173

View File

@ -21,12 +21,12 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"angular": "~1.5.9", "angular": "~1.5.11",
"angular-bootstrap": "~0.12.0", "angular-bootstrap": "~0.12.0",
"angular-animate": "~1.5.9", "angular-animate": "~1.5.11",
"angular-ui-router": "~0.2.10", "angular-ui-router": "~0.2.10",
"angular-loader": "~1.5.9", "angular-loader": "~1.5.11",
"angular-i18n": "~1.5.9", "angular-i18n": "~1.5.11",
"bootstrap": "~3.3.2", "bootstrap": "~3.3.2",
"script.js": "~2.5.3", "script.js": "~2.5.3",
"ngprogress": "~1.0.4", "ngprogress": "~1.0.4",
@ -120,5 +120,8 @@
"dist/ladda.min.js" "dist/ladda.min.js"
] ]
} }
},
"resolutions": {
"angular": "~1.5.11"
} }
} }