From 1cb196811a9698333eb1c210ab164be03193a6a3 Mon Sep 17 00:00:00 2001 From: yanhaijing Date: Thu, 12 Feb 2015 18:20:50 +0800 Subject: [PATCH] fix bug 1.fix readme 2.fix bower.json --- README.md | 4 ++-- bower.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c87bcf6..a71800a 100644 --- a/README.md +++ b/README.md @@ -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。 @@ -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 ##报告问题 diff --git a/bower.json b/bower.json index 69603a6..b49186c 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "license": "MIT", "ignore": [ "node_modules", - "bower_components", + "bower_components" ], "dependencies": { "zepto": "1.x"