Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Mar 26, 2014
1 parent 0ba5ef1 commit 6495a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(grunt) {
uglify: {
dist: {
files: {
'dist/<%= pkg.name %>.min.js': 'dist/<%= pkg.name %>.js'
'dist/<%= pkg.name %>.min.js': 'dist/<%= pkg.name %>.js'
}
},
options: {
Expand Down

0 comments on commit 6495a22

Please sign in to comment.