grunt-sendwithus
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "grunt-sendwithus", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Grunt plugin to deploy your local HTML email templates to sendwithus", | ||
@@ -23,19 +23,19 @@ "homepage": "https://github.com/sendwithus/grunt-sendwithus", | ||
"engines": { | ||
"node": ">= 0.10.0", | ||
"iojs": ">= 1.0.0" | ||
"node": ">= 0.12.0", | ||
"iojs": ">= 3.0.0" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"grunt-contrib-coffee": "^0.13.0", | ||
"grunt-contrib-nodeunit": "~0.3.0", | ||
"load-grunt-tasks": "~0.3.0" | ||
"grunt-contrib-nodeunit": "~0.4.1", | ||
"load-grunt-tasks": "~3.2.0" | ||
}, | ||
"dependencies": { | ||
"cheerio": "^0.19.0", | ||
"coffee-script": "^1.9.1", | ||
"lodash": "^3.7.0", | ||
"q": "^1.2.0", | ||
"request": "^2.55.0" | ||
"coffee-script": "^1.9.3", | ||
"lodash": "^3.10.1", | ||
"q": "^1.4.1", | ||
"request": "^2.61.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
@@ -30,3 +30,3 @@ # grunt-sendwithus | ||
sendwithus: { | ||
default:{ | ||
default: { | ||
options: {}, // Task-specific options go here | ||
@@ -33,0 +33,0 @@ src: [] // Target-specific file list goes here |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16495
0
Updatedcoffee-script@^1.9.3
Updatedlodash@^3.10.1
Updatedq@^1.4.1
Updatedrequest@^2.61.0