Fixed folder location for readme and license files in bin tar / zip package

This commit is contained in:
Torkel Odegaard 2015-04-21 08:20:34 +02:00
parent e549a9c09c
commit 05bed2fd8a

View File

@ -16,7 +16,7 @@ module.exports = function(config) {
{
expand: true,
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>/',
dest: '<%= pkg.name %>-<%= pkg.version %>/',
}
]
}