From 9861b40ef86b05a0cc1fc126a09cead4820c6cdb Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 12 Jan 2018 15:53:17 +0100 Subject: [PATCH] Remove unused grunt config --- package.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 66507d8..0000000 --- a/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "blender-buildbot", - "repository": { - "type": "git", - "url": "git://git.blender.org/blender-buildbot.git" - }, - "author": "Blender Foundation", - "license": "GPL", - "devDependencies": { - "grunt": "^0.4.5", - "grunt-autoprefixer": "^1.0.1", - "grunt-contrib-sass": "^0.8.1", - "grunt-contrib-watch": "~0.6.1" - } -}