Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Nov 23, 2017
1 parent 22cd3ad commit d4d37a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
script :
- "npm run build"
- "npm run doc"
- "git add es docs"
- "git commit -m 'auto build and docs by travis'"
- "git add es"
- "git commit -m 'auto build by travis'"
- "npm test"
after_script:
- "npm run test-nyc"
Expand Down
15 changes: 0 additions & 15 deletions conf.json

This file was deleted.

2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ <h1 id="mysql-i">mysql-i</h1>
<a href="https://npmjs.org/package/mysql-i"><img src="https://img.shields.io/npm/dm/mysql-i.svg" alt="NPM Downloads"></a>
<a href="https://travis-ci.org/heifade/mysql-i"><img src="https://travis-ci.org/heifade/mysql-i.svg" alt="Build"></a>
<a href="https://coveralls.io/github/heifade/mysql-i?branch=master"><img src="https://coveralls.io/repos/github/heifade/mysql-i/badge.svg" alt="Test Coverage"></a></p>
<h1 id="-">开发文档</h1>
<p><a href="https://github.com/heifade/mysql-i/docs/index.html">中文文档</a></p>
<h1 id="-">安装</h1>
<pre><code class="lang-bash">npm install mysql-i
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql-i",
"version": "2.0.13",
"version": "2.0.14",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit d4d37a0

Please sign in to comment.