summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2017-10-03 22:15:26 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2017-10-03 22:17:35 +0200
commitd71abd5ee8b34aaed7610a6b79236a424616cb5f (patch)
tree88c2bd77edfbf6becb148254431f274c919d7f4d /package.json
parent2234d4eac48a140d371b76964001ed68da2b89e4 (diff)
Download variables.scss from nextcloud/server#master.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8491dc03..a5352cb4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "1.5.3",
+ "version": "2.0.1",
"description": "Place this app in **nextcloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
@@ -20,7 +20,7 @@
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"build": "node node_modules/gulp-cli/bin/gulp.js",
- "scss-compile": "cat ../../core/css/variables.scss css/style.scss | node-sass --include-path css > css/style.css",
+ "scss-compile": "cat build/css/variables.scss css/style.scss | node-sass --include-path css > css/style.css",
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {