We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af842 commit 8429737Copy full SHA for 8429737
Gruntfile.js
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
9
' TechanJS v<%= pkg.version %>\n' +
10
" (c) 2014 - <%= grunt.template.today('yyyy') %> Andre Dumas | https://github.com/andredumas/techan.js\n" +
11
'*/',
12
- dist: 'techanjs-<%= pkg.version %>'
+ dist: 'techan-<%= pkg.version %>'
13
},
14
15
clean: {
@@ -145,7 +145,7 @@ module.exports = function(grunt) {
145
compress: {
146
dist: {
147
options: {
148
- archive: 'dist/techanjs.zip'
+ archive: 'dist/techan.zip'
149
150
expand: true,
151
cwd: 'dist',
0 commit comments