Browse Source

Update package.json

Fixed syntax error - missing comma on line 30
Gustav Nikolaj 12 years ago
parent
commit
02c4ec0423
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -27,7 +27,7 @@
         "ios",
         "ios",
         "mobile",
         "mobile",
         "desktop",
         "desktop",
-        "scrollbar"
+        "scrollbar",
         "touch"
         "touch"
     ],
     ],
     "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
     "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
@@ -37,4 +37,4 @@
         "jquery.nicescroll.min.js",
         "jquery.nicescroll.min.js",
         "zoomico.png"
         "zoomico.png"
     ]
     ]
-}
+}