Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Nov 28, 2014
1 parent 23a635e commit 01de9bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $ bower i --save yuanqing/malarkey
## Changelog

- 1.1.1
- Use Segue v0.2.0
- Use [Segue](https://github.com/yuanqing/segue) v0.2.0
- 1.1.0
- Restore ability to `delete` by number of characters
- 1.0.0
Expand Down
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "malarkey",
"main": "dist/malarkey.min.js",
"version": "1.1.3",
"homepage": "https://github.com/yuanqing/malarkey",
"authors": [
"Lim Yuan Qing <[email protected]>"
],
"description": "Simulate a typewriter/ticker effect on a DOM element.",
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "malarkey",
"version": "1.1.2",
"version": "1.1.3",
"description": "Simulate a typewriter/ticker effect on a DOM element.",
"keywords": [
"animate",
Expand All @@ -15,7 +15,6 @@
"type": "git",
"url": "git://github.com/yuanqing/malarkey.git"
},
"main": "dist/malarkey.min.js",
"devDependencies": {
"browserify-istanbul": "^0.1.2",
"del": "^0.1.3",
Expand Down

0 comments on commit 01de9bb

Please sign in to comment.