| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 "devDependencies": { | 5 "devDependencies": { |
| 6 "autoprefixer": "^7.1.1", | 6 "autoprefixer": "^7.1.1", |
| 7 "gulp": "^3.9.1", | 7 "gulp": "^3.9.1", |
| 8 "gulp-postcss": "^7.0.0", | 8 "gulp-postcss": "^7.0.0", |
| 9 "gulp-sass": "^3.1.0", | 9 "gulp-sass": "^3.1.0", |
| 10 "gulp-util": "^3.0.8", | 10 "gulp-util": "^3.0.8", |
| 11 "postcss-scss": "^1.0.2" | 11 "postcss-scss": "^1.0.2", |
| 12 "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip .tar.gz" | |
|
juliandoucette
2017/07/03 15:37:54
Does this work?
ire
2017/07/04 09:33:15
Yes it does
| |
| 12 } | 13 } |
| 13 } | 14 } |
| OLD | NEW |