Skip to content

Commit 20ecd35

Browse files
committed
build: update package for repository move to mysqljs
1 parent a3490bf commit 20ecd35

File tree

3 files changed

+17
-36
lines changed

3 files changed

+17
-36
lines changed

README.md

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
1-
sqlstring
2-
=======
1+
# sqlstring
32

4-
[![NPM version][npm-image]][npm-url]
5-
[![build status][travis-image]][travis-url]
6-
[![Test coverage][coveralls-image]][coveralls-url]
7-
[![Gittip][gittip-image]][gittip-url]
8-
[![David deps][david-image]][david-url]
9-
[![node version][node-image]][node-url]
10-
[![npm download][download-image]][download-url]
11-
12-
[npm-image]: https://img.shields.io/npm/v/sqlstring.svg?style=flat-square
13-
[npm-url]: https://npmjs.org/package/sqlstring
14-
[travis-image]: https://img.shields.io/travis/node-modules/sqlstring.svg?style=flat-square
15-
[travis-url]: https://travis-ci.org/node-modules/sqlstring
16-
[coveralls-image]: https://img.shields.io/coveralls/node-modules/sqlstring.svg?style=flat-square
17-
[coveralls-url]: https://coveralls.io/r/node-modules/sqlstring?branch=master
18-
[gittip-image]: https://img.shields.io/gittip/fengmk2.svg?style=flat-square
19-
[gittip-url]: https://www.gittip.com/fengmk2/
20-
[david-image]: https://img.shields.io/david/node-modules/sqlstring.svg?style=flat-square
21-
[david-url]: https://david-dm.org/node-modules/sqlstring
22-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
23-
[node-url]: http://nodejs.org/download/
24-
[download-image]: https://img.shields.io/npm/dm/sqlstring.svg?style=flat-square
25-
[download-url]: https://npmjs.org/package/sqlstring
26-
27-
![logo](https://raw.github.com/node-modules/sqlstring/master/logo.png)
3+
[![NPM Version][npm-version-image]][npm-url]
4+
[![NPM Downloads][npm-downloads-image]][npm-url]
5+
[![Node.js Version][node-image]][node-url]
6+
[![Build Status][travis-image]][travis-url]
7+
[![Coverage Status][coveralls-image]][coveralls-url]
288

299
SQL escape and format from [mysql/lib/protocol/SqlString.js](https://github.com/felixge/node-mysql/blob/master/lib/protocol/SqlString.js)
3010

@@ -67,3 +47,13 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
6747
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
6848
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
6949
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50+
\
51+
[npm-version-image]: https://img.shields.io/npm/v/sqlstring.svg
52+
[npm-downloads-image]: https://img.shields.io/npm/dm/sqlstring.svg
53+
[npm-url]: https://npmjs.org/package/sqlstring
54+
[travis-image]: https://img.shields.io/travis/mysqljs/sqlstring/master.svg
55+
[travis-url]: https://travis-ci.org/mysqljs/sqlstring
56+
[coveralls-image]: https://img.shields.io/coveralls/mysqljs/sqlstring/master.svg
57+
[coveralls-url]: https://coveralls.io/r/mysqljs/sqlstring?branch=master
58+
[node-image]: https://img.shields.io/node/v/sqlstring.svg
59+
[node-url]: https://nodejs.org/en/download

logo.png

-24.9 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "sqlstring",
33
"version": "1.0.0",
44
"description": "SQL escape and format from mysql/lib/protocol/SqlString.js",
5+
"repository": "mysqljs/sqlstring",
56
"main": "index.js",
67
"scripts": {
78
"test": "make test-all"
@@ -14,16 +15,6 @@
1415
"mocha": "*",
1516
"should": "3.1.2"
1617
},
17-
"homepage": "https://github.com/node-modules/sqlstring",
18-
"repository": {
19-
"type": "git",
20-
"url": "git://github.com/node-modules/sqlstring.git",
21-
"web": "https://github.com/node-modules/sqlstring"
22-
},
23-
"bugs": {
24-
"url": "https://github.com/node-modules/sqlstring/issues",
25-
"email": "fengmk2@gmail.com"
26-
},
2718
"keywords": [
2819
"sqlstring",
2920
"sql",

0 commit comments

Comments
 (0)