Update package.json params

master
Keith Irwin 2017-04-28 15:57:01 -04:00
parent ca717f1cfa
commit feab6e4167
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 7 deletions

View File

@ -51,10 +51,7 @@
"minify": "minify --template .{{filename}}.min.{{ext}} --clean static",
"update": "sudo n stable && sudo npm update --save && sudo npm prune"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tracman-org/server.git"
},
"repository": "Tracman-org/Server",
"keywords": [
"gps",
"tracking",
@ -64,8 +61,6 @@
"author": "Keith Irwin",
"license": "GPL-3.0",
"README": "README.md",
"bugs": {
"url": "https://github.com/Tracman-org/Server/issues"
},
"bugs": "https://github.com/Tracman-org/Server/issues",
"homepage": "https://tracman.org/"
}