Added a SVG-graphic as logo
[examples/template-development] / package.json
index 349b063..1306bdc 100644 (file)
@@ -1,11 +1,12 @@
 {
   "name": "frontend",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "Simple Example-Project for Template-Development",
   "devDependencies": {
     "grunt": "~0.4.5",
     "grunt-contrib-copy": "~0.8.1",
     "grunt-contrib-less": "~1.0.1",
-    "grunt-contrib-watch": "~0.6.1"
+    "grunt-contrib-watch": "~0.6.1",
+    "grunt-svgstore": "~0.5.0"
   }
 }