8000 merge in new src · Dream-git/unslider@2bd5079 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bd5079

Browse files
author
Visual Idiot
committed
merge in new src
2 parents dc32a1b + 93b8fc0 commit 2bd5079

22 files changed

+1686
-930
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.esproj
2-
.DS_Store
2+
.DS_Store
3+
.codekit-cache

bower.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
{
22
"name": "unslider",
3-
"main": "src/unslider.min.js",
4-
"license": "MIT",
5-
"dependencies": {
6-
"jquery": "latest"
7-
},
8-
"ignore" : [
9-
"site/",
10-
"readme.md",
11-
".gitignore"
3+
"version": "2.0.0",
4+
"homepage": "http://unslider.com",
5+
"authors": [
6+
"Visual Idiot <iam@visualidiot.com>"
7+
],
8+
"description": "The simplest little slider.",
9+
"main": "src/js/unslider.js",
10+
"keywords": [
11+
"slider",
12+
"jquery",
13+
"unslider",
14+
"carousel"
15+
],
16+
"license": "WTFPL",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
1223
]
1324
}

0 commit comments

Comments
 (0)
0