summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 45c2e1aec..d3d46fde3 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "Carl Schwan <carl@carlschwan.eu>",
"contributors": [],
"bugs": {
- "url": "https://jroei.com"
+ "url": "https://github.com/nextcloud/news/issues"
},
"license": "agpl",
"private": true,
@@ -17,7 +17,9 @@
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
- "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
+ "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
+ "sass": "sass css",
+ "sass:watch": "sass --watch css"
},
"dependencies": {
"@nextcloud/auth": "^2.0.0",