Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Jun 5, 2019
1 parent 445dccb commit 4d388b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package-lock.json
package.json
tsconfig.json
.vscode
node_modules
mysql.log
docs
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "deno_mysql",
"version": "1.0.0",
"description": "[![Build Status](https://www.travis-ci.org/manyuanrong/deno_mysql.svg?branch=master)](https://www.travis-ci.org/manyuanrong/deno_mysql)",
"main": "index.js",
"scripts": {
"docs": "typedoc --ignoreCompilerErrors --entryPoint Client --mode file ./src --out ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manyuanrong/deno_mysql.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manyuanrong/deno_mysql/issues"
},
"homepage": "https://github.com/manyuanrong/deno_mysql#readme",
"devDependencies": {
"typedoc": "^0.14.2"
}
}

0 comments on commit 4d388b2

Please sign in to comment.