aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCristiano Almeida <[email protected]>2018-10-14 10:44:38 +0100
committerGitHub <[email protected]>2018-10-14 10:44:38 +0100
commit672971c9393925a62193b51dab14b8120d2488a1 (patch)
treed6ac42ff1dc75cb376a809cf46b40d0ed8e03fac /package.json
parent2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a (diff)
parent4d432861ab4cabb44cce513df1e4a46cb23f0e9e (diff)
downloadprotonmail-themes-3.14.19.tar.xz
protonmail-themes-3.14.19.zip
Merge pull request #14 from csalmeida/gulpv3.14.19
Replaced Webpack with Gulp. Theme updates.
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 4 insertions, 12 deletions
diff --git a/package.json b/package.json
index 536b5b2..6f279ee 100644
--- a/package.json
+++ b/package.json
@@ -4,20 +4,12 @@
"description": "Customise ProtonMail with themes and enhance your encrypted email experience.",
"main": "index.js",
"scripts": {
- "theme-build-all": "webpack --config webpack.config.js && npm run remove-js && npm run remove-compiled-template",
- "theme-build": "webpack --config webpack.template.config.js && npm run remove-js",
- "remove-js": "rm themes/*.js",
- "remove-compiled-template": "rm themes/theme_template.css",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "watch": "gulp watch",
+ "build": "gulp build"
},
"devDependencies": {
- "css-loader": "^0.28.11",
- "dotenv": "^6.0.0",
- "mini-css-extract-plugin": "^0.4.0",
- "node-sass": "^4.9.0",
- "sass-loader": "^7.0.3",
- "webpack": "^4.12.0",
- "webpack-cli": "^3.0.3"
+ "gulp": "^4.0.0",
+ "gulp-sass": "^4.0.1"
},
"repository": {
"type": "git",