Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-13 16:38:27 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-13 17:04:26 +0300
commit2868021064c2b1717d5bea00114f1a2f56dc1c5e (patch)
tree5aea92dafec786da88b050d0a1a7329ae6d2965a /js/package.json
parent9becb0831e2583b5a53cd0ea8e74f204345d3909 (diff)
Remove server side CalDAV stuff
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index caa95072..a958541a 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,7 +1,7 @@
{
"name": "task",
"description": "ownCloud Task App",
- "version": "0.8.1",
+ "version": "0.9.0",
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@googlemail.com"
@@ -16,6 +16,7 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
+ "bower": "*",
"coffee-script": "~1.4.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",