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

Side by Side Diff: web/package.json

Issue 2935473002: [web] Fix duplicate dep, strengthen provisioning. (Closed)
Patch Set: Created 3 years, 6 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 | « web/apps/gulp-common.js ('k') | web/web.py » ('j') | 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 "es6-promise": "^4.1.0",
9 "glob-all": "^3.0.1", 8 "glob-all": "^3.0.1",
10 "gulp": "^3.8.5", 9 "gulp": "^3.8.5",
11 "gulp-autoprefixer": "^3.1.0", 10 "gulp-autoprefixer": "^3.1.0",
12 "gulp-cache": "^0.4.0", 11 "gulp-cache": "^0.4.0",
13 "gulp-changed": "^1.0.0", 12 "gulp-changed": "^1.0.0",
14 "gulp-clang-format": "^1.0.23", 13 "gulp-clang-format": "^1.0.23",
15 "gulp-debug": "^3.0.0", 14 "gulp-debug": "^3.0.0",
16 "gulp-gh-pages": "^0.5.4", 15 "gulp-gh-pages": "^0.5.4",
17 "gulp-html-extract": "^0.1.0", 16 "gulp-html-extract": "^0.1.0",
18 "gulp-if": "^2.0.2", 17 "gulp-if": "^2.0.2",
(...skipping 23 matching lines...) Expand all
42 }, 41 },
43 "scripts": { 42 "scripts": {
44 "test": "gulp test:local", 43 "test": "gulp test:local",
45 "start": "gulp serve", 44 "start": "gulp serve",
46 "lint": "gulp lint" 45 "lint": "gulp lint"
47 }, 46 },
48 "engines": { 47 "engines": {
49 "node": ">=0.10.0" 48 "node": ">=0.10.0"
50 } 49 }
51 } 50 }
OLDNEW
« no previous file with comments | « web/apps/gulp-common.js ('k') | web/web.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698