Browse Source

fix bower.json

Robin Herbots 11 years ago
parent
commit
51b8dbbaa5
2 changed files with 2 additions and 1 deletions
  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"