UNPKG

git-date

Version:

easily change the date of the previous git commit

33 lines (32 loc) 672 B
{ "name": "git-date", "version": "1.3.0", "description": "easily change the date of the previous git commit", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/sam3d/git-date.git" }, "preferGlobal": true, "bin": { "git-date": "index.js" }, "keywords": [ "git", "date", "amend", "commit" ], "author": "Sam Holmes", "license": "MIT", "bugs": { "url": "https://github.com/sam3d/git-date/issues" }, "homepage": "https://github.com/sam3d/git-date#readme", "dependencies": { "chalk": "^2.4.2", "moment": "^2.23.0", "sugar": "^2.0.6", "update-notifier": "^2.5.0" } }