Skip to content

Commit 05bed2f

Browse files
committed
Fixed folder location for readme and license files in bin tar / zip package
1 parent e549a9c commit 05bed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/options/compress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function(config) {
1616
{
1717
expand: true,
1818
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
19-
dest: '<%= pkg.name %>/',
19+
dest: '<%= pkg.name %>-<%= pkg.version %>/',
2020
}
2121
]
2222
}

0 commit comments

Comments
 (0)