fixed repository in package

This commit is contained in:
Florian Cargoët
2013-11-24 23:46:53 +01:00
parent c85c1a6a62
commit 7725f55d86

View File

@@ -1,11 +1,14 @@
{
"name": "hexo-deployer-ftp",
"version": "0.0.1",
"version": "0.0.2",
"description": "FTP deployer plugin for Hexo",
"main": "index",
"keywords": ["website", "blog", "cms", "framework", "hexo", "ftp"],
"keywords": ["hexo", "ftp"],
"author": "Florian Cargoët",
"repository" : "floriancargoet/hexo-deployer-ftp",
"repository" : {
"type": "git",
"url" : "http://github.com/floriancargoet/hexo-deployer-ftp.git"
},
"license": {
"type": "MIT"
},