update dependencies and restructure code

This commit is contained in:
2016-06-09 01:38:22 +02:00
parent bb926b7319
commit a7035a56fc
7 changed files with 50 additions and 34 deletions

View File

@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/projectinfo.git"
"url": "git+https://gitlab.com/pushrocks/projectinfo.git"
},
"keywords": [
"project",
@@ -20,9 +20,9 @@
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/projectinfo/issues"
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
},
"homepage": "https://github.com/pushrocks/projectinfo#readme",
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
"devDependencies": {
"npmts": "^3.1.2",
"should": "^8.2.2"
@@ -30,6 +30,7 @@
"dependencies": {
"q": "^1.4.1",
"smartfile": "0.0.11",
"smartstring": "0.0.2"
"smartstring": "0.0.2",
"typings-global": "^1.0.3"
}
}