grunt-lips
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -11,3 +11,3 @@ /* | ||
module.exports = function (grunt) { | ||
module.exports = function(grunt) { | ||
// load all npm grunt tasks | ||
@@ -22,6 +22,6 @@ require("load-grunt-tasks")(grunt); | ||
font: "Arial.ttf", | ||
fontSize: "14px", | ||
fontColor: "000000", | ||
text: "custom text", | ||
fill: "bada55", | ||
txtsize: "14px", | ||
txtclr: "bada55", | ||
txt: "custom text", | ||
bg: "000000", | ||
port: process.env.PORT || 1337, | ||
@@ -38,3 +38,2 @@ delay: 0, | ||
} | ||
}); | ||
@@ -47,3 +46,2 @@ | ||
grunt.registerTask("default", ["lips"]); | ||
}; |
{ | ||
"name": "grunt-lips", | ||
"description": "local image placeholder service", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"homepage": "https://github.com/ifahrentholz/grunt-lips", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"dependencies": { | ||
"node-img-placeholder": "4.1.5" | ||
"node-img-placeholder": "4.1.6" | ||
}, | ||
@@ -48,0 +48,0 @@ "config": { |
10499
+ Addednode-img-placeholder@4.1.6(transitive)
- Removednode-img-placeholder@4.1.5(transitive)
Updatednode-img-placeholder@4.1.6