Skip to content

Commit 1d18a97

Browse files
author
David Cox-Espenlaub
committed
Bower init and version bump to 0.0.6
1 parent 6014ae4 commit 1d18a97

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery-tabs",
3+
"version": "0.0.6",
4+
"homepage": "https://github.com/daveespionage/jquery-tabs",
5+
"authors": [
6+
"David Cox-Espenlaub ([email protected])"
7+
],
8+
"description": "A lightweight tabbed interface plugin for jQuery",
9+
"main": "dist/tabs.min.js",
10+
"keywords": [
11+
"tabs",
12+
"plugin",
13+
"jquery"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

tabs.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tabs",
33
"title": "Tabs",
44
"description": "A lightweight tabbed interface plugin for jQuery",
5-
"version": "0.0.4",
5+
"version": "0.0.6",
66
"homepage": "https://github.com/daveespionage/jquery-tabs",
77
"author": {
88
"name": "David Cox-Espenlaub",

0 commit comments

Comments
 (0)