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

Delta Between Two Patch Sets: package.json

Issue 29474565: Issue 5350 - Setup Help Center Boilerplate (Closed)
Left Patch Set: Update colour variable names and Font stack Created July 5, 2017, 10:11 a.m.
Right Patch Set: Diff Created July 6, 2017, 7:34 a.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
« no previous file with change/comment | « gulpfile.js ('k') | pages/index.md » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-postcss": "^7.0.0", 12 "gulp-postcss": "^7.0.0",
13 "gulp-sass": "^3.1.0", 13 "gulp-sass": "^3.1.0",
14 "gulp-util": "^3.0.8", 14 "gulp-util": "^3.0.8",
15 "postcss-scss": "^1.0.2", 15 "postcss-scss": "^1.0.2",
16 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz" 16 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz"
17 } 17 }
18 } 18 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld