Explorar el Código

Add grunt as a dev dependency

Nick Schonning hace 11 años
padre
commit
4778cb8e51
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -25,6 +25,7 @@
 		"mustache" : "~0.4.0"
 	},
 	"devDependencies": {
-		"grunt-contrib-mincss": "~0.3.1"
+		"grunt-contrib-mincss": "~0.3.1",
+		"grunt": "~0.3.17"
 	}
 }