Skip to content

Commit b805022

Browse files
committed
version update
- adds author - adds contributors
1 parent f022882 commit b805022

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlify",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Yet another SQL query builder for Node.js",
55
"main": "src/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "git+https://github.com/vajahath/sqlify.git"
1313
},
14-
"author": "",
14+
"author": "Vajahath Ahmed <vajuoff.1@gmail.com> (http://twitter.com/vajahath7)",
1515
"license": "MIT",
1616
"bugs": {
1717
"url": "https://github.com/vajahath/sqlify/issues"
@@ -25,5 +25,8 @@
2525
"dependencies": {
2626
"lme": "^1.5.1",
2727
"squel": "^5.8.0"
28-
}
28+
},
29+
"contributors": [
30+
"Lakshmipriya Mukundan (https://github.com/lakshmipriyamukundan)"
31+
]
2932
}

0 commit comments

Comments
 (0)