Skip to content

Commit

Permalink
Update bower.json in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefowler committed Jun 9, 2014
1 parent dd94732 commit 3e29666
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 37 deletions.
29 changes: 24 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
{
"name": "crossfade.jquery.js",
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.",
"name": "crossfade.js",
"version": "0.1.0",
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.",
"homepage": "https://mikefowler.me/crossfade.js",
"main": [
"dist/crossfade.jquery.js"
],
"authors": [
"Mike Fowler <[email protected]>"
],
"main": "dist/crossfade.jquery.js",
"keywords": [
"canvas",
"crossfade",
"blur",
"jquery",
"jquery plugin"
],
"repository": {
"type": "git",
"url": "git://github.com/mikefowler/crossfade.js.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules"
"node_modules",
"demo",
"src",
"gulpfile.js",
"index.html",
"package.json"
]
}
}
26 changes: 0 additions & 26 deletions dist/cover.js

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "crossfade.jquery.js",
"version": "0.1.0",
"description": "Crossfade.js is a tiny (~3kb) jQuery plugin for crossfading images as you scroll down a page.",
"name": "crossfade.js",
"dependencies": {
"gulp": "~3.6.2"
},
Expand All @@ -11,7 +9,5 @@
"gulp-uglify": "~0.3.0",
"gulp-size": "~0.3.1"
},
"private": true,
"author": "Mike Fowler <[email protected]>",
"license": "MIT"
"private": true
}

0 comments on commit 3e29666

Please sign in to comment.