Skip to content

Commit

Permalink
Fixed bug in bower.json file; closing #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkeiter committed Sep 4, 2013
1 parent f88224c commit 90b8c89
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "skeuocard",
"keywords": ["credit", "card", "skeuomorphism"],
"keywords": [
"credit",
"card",
"skeuomorphism"
],
"description": "Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface.",
"version": "1.0.1",
"version": "1.0.2",
"license": "The MIT License (MIT)",
"readmeFilename": "README.md",
"repository": {
Expand All @@ -12,14 +16,25 @@
"main": [
"styles/skeuocard.reset.css",
"styles/skeuocard.css",
"javascripts/vendor/css_browser_selector.js",
"javascripts/skeuocard.js"
"javascripts/vendor/cssua.min.js",
"javascripts/vendor/demo.fix.js",
"javascripts/vendor/jquery-2.0.3.min.js",
"javascripts/skeuocard.js",
"javascripts/skeuocard.min.js"
],
"ignore": [
"Gruntfile.coffee",
"package.json",
"index.html",
"screenshot.png"
"screenshot.png",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "https://github.com/kenkeiter/skeuocard",
"authors": [
"Kenneth Keiter <ken@kenkeiter.com>"
]
}

0 comments on commit 90b8c89

Please sign in to comment.