Skip to content

Commit

Permalink
merge in new src
Browse files Browse the repository at this point in the history
  • Loading branch information
Visual Idiot committed Nov 9, 2015
2 parents dc32a1b + 93b8fc0 commit 2bd5079
Show file tree
Hide file tree
Showing 22 changed files with 1,686 additions and 930 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.esproj
.DS_Store
.DS_Store
.codekit-cache
29 changes: 20 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
{
"name": "unslider",
"main": "src/unslider.min.js",
"license": "MIT",
"dependencies": {
"jquery": "latest"
},
"ignore" : [
"site/",
"readme.md",
".gitignore"
"version": "2.0.0",
"homepage": "http://unslider.com",
"authors": [
"Visual Idiot <[email protected]>"
],
"description": "The simplest little slider.",
"main": "src/js/unslider.js",
"keywords": [
"slider",
"jquery",
"unslider",
"carousel"
],
"license": "WTFPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit 2bd5079

Please sign in to comment.