浏览代码

Update Gruntfile.js

Robin Herbots 11 年之前
父节点
当前提交
71c6725cf4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -69,7 +69,7 @@ module.exports = function (grunt) {
         },
         bump: {
             options: {
-                files: ['package.json', 'bower.json', 'jquery.inputmask.jquery.json'],
+                files: ['package.json', 'bower.json', 'composer.json'],
                 updateConfigs: ['pkg'],
                 commit: false,
                 createTag: false,
@@ -125,4 +125,4 @@ module.exports = function (grunt) {
     // Default task(s).
     grunt.registerTask('default', ['clean', 'uglify']);
 
-};
+};