We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f022882 commit b805022Copy full SHA for b805022
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sqlify",
3
- "version": "2.1.1",
+ "version": "2.2.0",
4
"description": "Yet another SQL query builder for Node.js",
5
"main": "src/index.js",
6
"scripts": {
@@ -11,7 +11,7 @@
11
"type": "git",
12
"url": "git+https://github.com/vajahath/sqlify.git"
13
},
14
- "author": "",
+ "author": "Vajahath Ahmed <vajuoff.1@gmail.com> (http://twitter.com/vajahath7)",
15
"license": "MIT",
16
"bugs": {
17
"url": "https://github.com/vajahath/sqlify/issues"
@@ -25,5 +25,8 @@
25
"dependencies": {
26
"lme": "^1.5.1",
27
"squel": "^5.8.0"
28
- }
+ },
29
+ "contributors": [
30
+ "Lakshmipriya Mukundan (https://github.com/lakshmipriyamukundan)"
31
+ ]
32
}
0 commit comments