Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: package.json

Issue 29624561: Issue 6104 - Minified code in help center repository (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Created Nov. 29, 2017, 2:25 p.m.
Right Patch Set: Consolidated gulp tasks Created Dec. 7, 2017, 2:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 { 1 {
2 "name": "help.eyeo.com", 2 "name": "help.eyeo.com",
3 "private": true, 3 "private": true,
4 "licence": "GPL-3.0", 4 "licence": "GPL-3.0",
5 "browserslist": [ 5 "browserslist": [
6 "last 2 versions", 6 "last 2 versions",
7 "ie >= 9" 7 "ie >= 9"
8 ], 8 ],
9 "devDependencies": { 9 "devDependencies": {
10 "autoprefixer": "^7.1.1", 10 "autoprefixer": "^7.1.1",
11 "gulp": "^3.9.1", 11 "gulp": "^3.9.1",
12 "gulp-clean-css": "^3.9.0",
13 "gulp-minify": "0.0.15", 12 "gulp-minify": "0.0.15",
14 "gulp-postcss": "^7.0.0", 13 "gulp-postcss": "^7.0.0",
15 "gulp-rename": "^1.2.2", 14 "gulp-rename": "^1.2.2",
16 "gulp-sass": "^3.1.0", 15 "gulp-sass": "^3.1.0",
17 "gulp-sourcemaps": "^2.6.1", 16 "gulp-sourcemaps": "^2.6.1",
18 "gulp-util": "^3.0.8", 17 "gulp-util": "^3.0.8",
19 "postcss-scss": "^1.0.2", 18 "postcss-scss": "^1.0.2",
20 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz" 19 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz"
21 } 20 }
22 } 21 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld