Skip to content

Commit

Permalink
Corrected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dixso committed Feb 19, 2017
1 parent c50ea41 commit 5cd1882
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 @@ -117,7 +117,7 @@ module.exports = function(grunt) {
},
bump: {
options: {
files: ['package.json', 'bower.json', 'dist/dist/custombox.min.*'],
files: ['package.json', 'bower.json', 'dist/custombox.*'],
commitFiles: ['package.json', 'bower.json', 'dist/*'],
tagName: '%VERSION%',
prereleaseName: 'rc',
Expand Down

0 comments on commit 5cd1882

Please sign in to comment.