Skip to content

Commit

Permalink
chore: add dependencies and repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Küsgen committed Dec 14, 2015
1 parent bf52c83 commit 3913ba0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
"name": "git-commit-and-push-content",
"readable": "Git Commit and Push Content",
"version": "0.0.7",
"repository" : {
"type" : "git",
"url" : "https://github.com/blankogmbh/kirby-git-commit-and-push-content.git"
},
"stable": true,
"description": "Version Controle your Content-Folder",
"author": "Pascal Küsgen",
"url": "http://pascalmh.de"
"url": "http://pascalmh.de",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-conventional-changelog": "^4.1.0",
"grunt-release": "^0.13.0"
}
}

0 comments on commit 3913ba0

Please sign in to comment.