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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-20 14:25:50 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-20 14:25:50 +0300
commit88bb5d388ac6c27bf03266f8c4934d057d85984d (patch)
treeb583d70bfe46fa97e07b8262187d8b6e3679cc82
parentd20e28c20a5e6e98b74dc0e49457d891ac44270f (diff)
add grunt annotate to dev deps1.0.0
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index 5dcfb3bc..cb9d6f43 100644
--- a/js/package.json
+++ b/js/package.json
@@ -10,9 +10,9 @@
},
"bugs": "https://github.com/owncloud/notes/issues",
"dependencies": {
- "grunt-ng-annotate": "^0.10.0"
},
"devDependencies": {
+ "grunt-ng-annotate": "^0.10.0",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",