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

pull/1827/head
Torkel Odegaard 11 years ago
parent e549a9c09c
commit 05bed2fd8a
  1. 2
      tasks/options/compress.js

@ -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 %>/',
}
]
}

Loading…
Cancel
Save