Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "luci", | 2 "name": "luci", |
| 3 "version": "0.0.0", | 3 "version": "0.0.0", |
| 4 "private": true, | 4 "private": true, |
| 5 "description": "Luci Swarming", | 5 "description": "Luci Swarming", |
| 6 "author": "", | 6 "author": "", |
| 7 "license": "LICENSE", | 7 "license": "LICENSE", |
| 8 "devDependencies": { | 8 "devDependencies": { |
| 9 "common-substrings": "~1.0.0", | 9 "common-substrings": "~1.0.0", |
| 10 "html-minifier": "~3.0.0", | 10 "html-minifier": "^3.0.3", |
|
Sergey Berezin (google)
2017/06/05 22:12:19
Let's revert these changes in package.json - I don
| |
| 11 "http-server": "~0.9.0", | 11 "http-server": "~0.9.0", |
| 12 "javascript-natural-sort": "^0.7.1", | 12 "javascript-natural-sort": "^0.7.1", |
| 13 "sinon": "1.17.5", | 13 "sinon": "^1.17.5", |
| 14 "skia-common-js": "^1.3.1", | 14 "skia-common-js": "^1.3.1", |
| 15 "uglify-js": "^2.7.0", | 15 "uglify-js": "^2.7.5", |
| 16 "vulcanize": "~1.14.8" | 16 "vulcanize": "^1.14.12" |
| 17 } | 17 } |
| 18 } | 18 } |
| OLD | NEW |