|
Ran
|
Files
71
|
Run time
3s
|
Badge
README BADGES
|
push
travis-ci
Bump several dependencies to what's in production * Because of the looser versioning permitted by the caret, we've got several packages in production with minor versions higher than what's now permitted by our package.json * Goes to show that when installing in the deploy repo, we should be strict about using the full `npm install package@major.minor.patch` * Go one step further and introduce an npm-shrinkwrap.json. Now `npm install` will just use what's listed in there. Adding / updating a package requires explicitly naming it, and then running `npm shrinkwrap` to lock it in. * The shrinkwrap here was generated from the deploy repo in I7cd4d6653. I reverted the dev dependency bumps from I322ac7452. Change-Id: I2e56acfc1
11878 of 13937 relevant lines covered (85.23%)
20894.57 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|