Docs updates and update to tar package

This commit is contained in:
Torkel Ödegaard
2015-04-20 12:33:32 +02:00
parent 123ea331e6
commit 3d8beb918b
3 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
module.exports = function(config) {
'use strict';
var task = {
release: {
@@ -10,7 +11,7 @@ module.exports = function(config) {
expand: true,
cwd: '<%= tempDir %>',
src: ['**/*'],
dest: '<%= pkg.name %>/',
dest: '<%= pkg.name %>-<%= pkg.version %>/',
},
{
expand: true,