X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ftemplate-development;a=blobdiff_plain;f=package.json;h=1306bdc3e0cdba63a3e7b218bfc87fe5502f9722;hp=349b06342301efcd0a6b89c49cb48b4c91b39cf8;hb=65c774a64c085bd8981cbee2d78c19a5b39871e1;hpb=6a1435be7f6888a5d30d7e47d4fc1791561c921b diff --git a/package.json b/package.json index 349b063..1306bdc 100644 --- a/package.json +++ b/package.json @@ -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" } }