Browse Source

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

Torkel Odegaard 10 years ago
parent
commit
05bed2fd8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tasks/options/compress.js

+ 1 - 1
tasks/options/compress.js

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