Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pixers
card
Commits
8f800fa1
Commit
8f800fa1
authored
10 years ago
by
Jesse Pollak
Browse files
Options
Download
Email Patches
Plain Diff
fix bower main files key
parent
036de701
master
default-card-values
embargiel-issue_129
fix-font
fix-jquery-plugin
handle-initial-values
ie10-fix
jpknoll-master
jquery-free
luanmuniz-feature-translate
multiple-inputs
toggle-valid-on-input
v-1.0
webpack
2.3.2
2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0-beta4
v2.0.0-beta3
v2.0.0-beta2
v2.0.0-beta1
v1.3.2
v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc1
v1.0.0-beta2
v1.0.0-beta
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.12
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
list
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bower.json
+4
-1
bower.json
with
4 additions
and
1 deletion
+4
-1
bower.json
View file @
8f800fa1
...
...
@@ -6,7 +6,10 @@
"Jesse Pollak <jpollak92@gmail.com>"
],
"description"
:
"Card let's you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process."
,
"main"
:
"['lib/js/card.js', 'lib/css/card.css']"
,
"main"
:
[
"lib/js/card.js"
,
"lib/css/card.css"
],
"keywords"
:
[
"card"
,
"credit"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help