Skip to content

Commit 8429737

Browse files
committed
Slight adjust of zip name
1 parent b1af842 commit 8429737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
99
' TechanJS v<%= pkg.version %>\n' +
1010
" (c) 2014 - <%= grunt.template.today('yyyy') %> Andre Dumas | https://github.com/andredumas/techan.js\n" +
1111
'*/',
12-
dist: 'techanjs-<%= pkg.version %>'
12+
dist: 'techan-<%= pkg.version %>'
1313
},
1414

1515
clean: {
@@ -145,7 +145,7 @@ module.exports = function(grunt) {
145145
compress: {
146146
dist: {
147147
options: {
148-
archive: 'dist/techanjs.zip'
148+
archive: 'dist/techan.zip'
149149
},
150150
expand: true,
151151
cwd: 'dist',

0 commit comments

Comments
 (0)