Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Side by Side Diff: web/package.json

Issue 2958313002: Disable broken web tests in presubmit. (Closed)
Patch Set: Try changing semver Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "private": true, 2 "private": true,
3 "devDependencies": { 3 "devDependencies": {
4 "bower": "~1.7.9", 4 "bower": "~1.7.9",
5 "browser-sync": "^2.7.7", 5 "browser-sync": "^2.7.7",
6 "connect-history-api-fallback": "^1.1.0", 6 "connect-history-api-fallback": "^1.1.0",
7 "del": "^2.0.2", 7 "del": "^2.0.2",
8 "glob-all": "^3.0.1", 8 "glob-all": "^3.0.1",
9 "gulp": "^3.8.5", 9 "gulp": "^3.8.5",
10 "gulp-autoprefixer": "^3.1.0", 10 "gulp-autoprefixer": "^3.1.0",
(...skipping 17 matching lines...) Expand all
28 "gulp-tslint": "^7.0.1", 28 "gulp-tslint": "^7.0.1",
29 "gulp-typescript": "^3.1.3", 29 "gulp-typescript": "^3.1.3",
30 "gulp-uglify": "^1.2.0", 30 "gulp-uglify": "^1.2.0",
31 "gulp-useref": "^2.1.0", 31 "gulp-useref": "^2.1.0",
32 "gulp-vulcanize": "^6.0.0", 32 "gulp-vulcanize": "^6.0.0",
33 "hydrolysis": "^1.24.1", 33 "hydrolysis": "^1.24.1",
34 "jshint-stylish": "^2.0.0", 34 "jshint-stylish": "^2.0.0",
35 "merge-stream": "^1.0.0", 35 "merge-stream": "^1.0.0",
36 "run-sequence": "^1.0.2", 36 "run-sequence": "^1.0.2",
37 "tslint": "^4.2.0", 37 "tslint": "^4.2.0",
38 "typescript": "^2.3.2", 38 "typescript": "~2.3",
39 "vulcanize": "^1.15.4", 39 "vulcanize": "^1.15.4",
40 "yargs": "~4.8.0" 40 "yargs": "~4.8.0"
41 }, 41 },
42 "scripts": { 42 "scripts": {
43 "test": "gulp test:local", 43 "test": "gulp test:local",
44 "start": "gulp serve", 44 "start": "gulp serve",
45 "lint": "gulp lint" 45 "lint": "gulp lint"
46 }, 46 },
47 "engines": { 47 "engines": {
48 "node": ">=0.10.0" 48 "node": ">=0.10.0"
49 } 49 }
50 } 50 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698