grunt-nuget-pack
Advanced tools
Comparing version 0.0.6 to 1.0.0
@@ -29,3 +29,5 @@ module.exports = function(grunt) { | ||
projectUrl: "http://www.moxiecode.com/", | ||
icon: "http://www.moxiecode.com/icon.png", | ||
iconUrl: "http://www.moxiecode.com/icon.png", | ||
license: "MIT", | ||
licenseUrl: "http://www.moxiecode.com/license", | ||
@@ -69,2 +71,2 @@ copyright: "Copyright", | ||
grunt.registerTask('default', ['clean', 'nugetpack']); | ||
}; | ||
}; |
@@ -70,4 +70,4 @@ var ZipWriter = require("moxie-zip").ZipWriter; | ||
var properties = [ | ||
"id", "title", "version", "authors", "owners", "licenseUrl", | ||
"projectUrl", "iconUrl", "requireLicenseAcceptance", | ||
"id", "title", "version", "authors", "owners", "license", "licenseUrl", | ||
"projectUrl", "icon", "iconUrl", "requireLicenseAcceptance", | ||
"description", "summary", "releaseNotes", "copyright", | ||
@@ -74,0 +74,0 @@ "language", "tags", "dependencies" |
{ | ||
"name": "grunt-nuget-pack", | ||
"version": "0.0.6", | ||
"version": "1.0.0", | ||
"description": "Grunt task for creating nuget packages without using nuget.exe.", | ||
@@ -8,7 +8,7 @@ "author": "Moxiecode Systems AB <info@moxiecode.com>", | ||
"repository": { | ||
"type" : "git", | ||
"url" : "https://github.com/spocke/grunt-nuget-pack.git" | ||
"type": "git", | ||
"url": "https://github.com/spocke/grunt-nuget-pack.git" | ||
}, | ||
"bugs": { | ||
"url" : "https://github.com/spocke/grunt-nuget-pack/issues" | ||
"url": "https://github.com/spocke/grunt-nuget-pack/issues" | ||
}, | ||
@@ -18,16 +18,17 @@ "keywords": [ | ||
"nuget" | ||
], | ||
], | ||
"main": "tasks/nugetpack.js", | ||
"engines": { | ||
"node" : ">=0.8.0" | ||
"node": ">=0.8.0" | ||
}, | ||
"dependencies": { | ||
"xml-writer": "~1.4.2", | ||
"moxie-zip": "~0.0.3" | ||
"moxie-zip": "~0.0.3", | ||
"xml-writer": "~1.7.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-clean": "~0.6.0", | ||
"load-grunt-tasks": "0.6.0" | ||
"grunt": "~1.6.1", | ||
"grunt-cli": "^1.4.3", | ||
"grunt-contrib-clean": "~2.0.1", | ||
"load-grunt-tasks": "5.1.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20422
12
285
1
4
+ Addedxml-writer@1.7.0(transitive)
- Removedxml-writer@1.4.2(transitive)
Updatedxml-writer@~1.7.0