[npm] added shrinkwrap file for deps of deps

This commit is contained in:
Spencer Alger 2015-06-04 16:21:41 -07:00
parent cd41338bff
commit 43992de6f7
3 changed files with 1468 additions and 4 deletions

View file

@ -25,7 +25,7 @@
"angular-bootstrap": "0.10.0",
"angular-elastic": "2.4.2",
"angular-mocks": "1.2.28",
"angular-route": "1.2.2",
"angular-route": "1.2.28",
"angular-ui-ace": "0.2.3",
"bluebird": "~2.1.3",
"bootstrap": "3.3.4",
@ -52,5 +52,8 @@
"numeral": "1.5.3",
"leaflet-draw": "0.2.4"
},
"devDependencies": {}
"devDependencies": {},
"resolutions": {
"angular": "1.2.28"
}
}

1461
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -63,7 +63,7 @@
"through": "2.3.7"
},
"devDependencies": {
"bower": "~1.4.1",
"bower": "1.4.1",
"event-stream": "3.1.7",
"expect.js": "0.3.1",
"grunt": "0.4.5",
@ -76,7 +76,7 @@
"grunt-contrib-less": "0.10.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-watch": "0.5.3",
"grunt-esvm": "0.3.4",
"grunt-esvm": "0.3.5",
"grunt-jscs": "1.8.0",
"grunt-mocha": "0.4.12",
"grunt-replace": "0.7.9",