Commit 05bed2fd by Torkel Odegaard

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

parent e549a9c0
...@@ -16,7 +16,7 @@ module.exports = function(config) { ...@@ -16,7 +16,7 @@ module.exports = function(config) {
{ {
expand: true, expand: true,
src: ['LICENSE.md', 'README.md', 'NOTICE.md'], src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>/', dest: '<%= pkg.name %>-<%= pkg.version %>/',
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment