浏览代码

fix bower.json

Robin Herbots 11 年之前
父节点
当前提交
51b8dbbaa5
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      bower.json

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@ test.html
 jquery-1.10.2.js
 dist/jQuery.InputMask.*.nupkg
 node_modules/
+bower_components/

+ 1 - 1
bower.json

@@ -21,7 +21,7 @@
     "*.md",
     "build.properties",
     "build.xml",
-	jquery.inputmask.jquery.json
+	"jquery.inputmask.jquery.json"
   ],
   "dependencies": {
       "jquery": ">=1.7"