Update pacakge.json to point to gitlab repo
This commit is contained in:
parent
c4006da1cb
commit
763a29d733
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/timw4mail/node-query.git"
|
"url": "https://git.timshomepage.net/timw4mail/node-query.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"codeigniter",
|
"codeigniter",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"node-firebird"
|
"node-firebird"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/timw4mail/node-query/issues"
|
"url": "https://git.timshomepage.net/timw4mail/node-query/issues"
|
||||||
},
|
},
|
||||||
"main": "lib/NodeQuery.js",
|
"main": "lib/NodeQuery.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -43,7 +43,8 @@
|
|||||||
"mysql2": "~0.15.8",
|
"mysql2": "~0.15.8",
|
||||||
"node-firebird": "~0.7.2",
|
"node-firebird": "~0.7.2",
|
||||||
"pg": "~4.4.3",
|
"pg": "~4.4.3",
|
||||||
"require-reload": "~0.2.2"
|
"require-reload": "~0.2.2",
|
||||||
|
"xregexp": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "~3.4.1",
|
"chai": "~3.4.1",
|
||||||
@ -66,4 +67,4 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp test"
|
"test": "gulp test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user