summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-28 22:30:48 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-28 22:30:48 -0400
commit08bdb708e7698c21b0e6fc9f21d19996fc3d593d (patch)
treeb7ab229dfd1568bb9435e40b20c77aa783eefcc2 /package.json
parentb51c693cda1cfbda115e315de58b15c0ef275972 (diff)
Add the possibility to move tasks without drag and drop
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa2c8fb4..0f9974d5 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"gulp-bower": "0.0.13",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
+ "gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.3",
- "gulp-sass": "^2.3.2"
+ "vue": "^1.0.26-csp"
}
}