Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
1.fix readme
2.fix bower.json
  • Loading branch information
yanhaijing committed Feb 12, 2015
1 parent 5bf3f67 commit 1cb1968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
zepto.fullpage [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yanhaijing/zepto.fullpage/blob/master/MIT-LICENSE.txt)
zepto.fullpage [![release](https://img.shields.io/badge/release-v0.1.0-orange.svg)](https://github.com/yanhaijing/zepto.fullpage/releases/tag/v0.1.0) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yanhaijing/zepto.fullpage/blob/master/MIT-LICENSE.txt)
==============

专注于移动端的fullPage.js,依赖Zepto。
Expand Down Expand Up @@ -49,7 +49,7 @@ zepto.fullpage [![license](https://img.shields.io/badge/license-MIT-blue.svg)](h

###发布Bower

$ bower register template.js git://github.com/yanhaijing/zepto.fullpage.git
$ bower register zepto.fullpage git://github.com/yanhaijing/zepto.fullpage.git

##报告问题

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"bower_components"
],
"dependencies": {
"zepto": "1.x"
Expand Down

0 comments on commit 1cb1968

Please sign in to comment.