[Pkg-mozext-commits] [all-in-one-sidebar] 12/29: Ignore: update npm packages for local development

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 14:40:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository all-in-one-sidebar.

commit 1ae8a67b7f3c3f876b6a5943abc271d25f152d9e
Author: Ingo Wennemaring <github at addonlab.com>
Date:   Mon Sep 21 00:58:08 2015 +0200

    Ignore: update npm packages for local development
---
 package.json | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json
index f4b2ba1..21df32e 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,24 @@
 {
-  "name": "AiOS",
-  "version": "1.0.0",
+  "name"                   : "AiOS",
+  "description"            : "needed grunt plugins for this project",
+  "version"                : "1.0.0",
+  "last-update"            : "20.09.2015",
+
+  "private"                : true,
+  "repository" : {
+      "type"               : "git"
+  },
+
   "dependencies": {
-    "grunt": "~0.4.4",
-    "load-grunt-tasks": "~0.4.0"
+    "grunt"                : "~0.4.5",
+    "load-grunt-tasks"     : "~3.2.0"
   },
+
   "devDependencies": {
-    "grunt-sass": "~0.12.1",
-    "grunt-newer": "~0.7.0",
-    "grunt-notify": "~0.2.20",
-    "grunt-contrib-watch": "~0.6.1",
-    "grunt-contrib-jshint": "~0.9.2"
+    "grunt-sass"           : "~1.0.0",
+    "grunt-newer"          : "~1.1.1",
+    "grunt-notify"         : "~0.4.1",
+    "grunt-contrib-watch"  : "~0.6.1",
+    "grunt-contrib-jshint" : "~0.11.2"
   }
-
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git



More information about the Pkg-mozext-commits mailing list