X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=package.json;h=9c9a0b26839f16dac23275b48ca53e88f256d757;hb=7a6085a3808cbbeeb10f554dce6b0d1cf4bfd755;hp=349b06342301efcd0a6b89c49cb48b4c91b39cf8;hpb=6a1435be7f6888a5d30d7e47d4fc1791561c921b;p=examples%2Ftemplate-development diff --git a/package.json b/package.json index 349b063..9c9a0b2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "frontend", - "version": "1.0.0", + "version": "1.0.2", "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" } }