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

Side by Side Diff: package.json

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update privacy policy link Created Dec. 22, 2017, 11:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "adblockplus-newsletter",
3 "private": true,
4 "licence": "GPL-3.0",
5 "browserslist": [
6 "last 2 versions",
7 "ie >= 9"
8 ],
9 "devDependencies": {
10 "autoprefixer": "^7.1.1",
11 "gulp": "^3.9.1",
12 "gulp-postcss": "^7.0.0",
13 "gulp-rename": "^1.2.2",
14 "gulp-sass": "^3.1.0",
15 "gulp-sourcemaps": "^2.6.1",
16 "gulp-util": "^3.0.8",
17 "postcss-scss": "^1.0.2",
18 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz"
19 }
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld