grunt-sendwithus
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-sendwithus", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Grunt plugin to deploy your local HTML email templates to sendwithus", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/sendwithus/grunt-sendwithus", |
@@ -30,4 +30,6 @@ # grunt-sendwithus | ||
sendwithus: { | ||
options: {}, // Task-specific options go here | ||
src: [] // Target-specific file list goes here | ||
default:{ | ||
options: {}, // Task-specific options go here | ||
src: [] // Target-specific file list goes here | ||
} | ||
} | ||
@@ -52,6 +54,8 @@ }) | ||
sendwithus: { | ||
options: { | ||
apiKey: 'xxxxxxxxxx' | ||
}, | ||
src: ['src/testing.html', 'src/**/*.html'] | ||
default: { | ||
options: { | ||
apiKey: 'xxxxxxxxxx' | ||
}, | ||
src: ['src/testing.html', 'src/**/*.html'] | ||
} | ||
} | ||
@@ -65,2 +69,3 @@ }) | ||
## Release History | ||
0.0.2 - Fix the README, and fix named tasks | ||
0.0.1 - Initial release | ||
@@ -67,0 +72,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
12
18
72
15196