version-changed
Version:
Checks if the version in `package.json` has changed since the last commit.
34 lines (33 loc) • 796 B
JSON
{
"name": "version-changed",
"version": "2.0.0",
"description": "Checks if the version in `package.json` has changed since the last commit.",
"main": "index.js",
"bin": {
"version-changed": "./version-changed.js",
"version-unchanged": "./version-unchanged.js"
},
"devDependencies": {
"standard": "^13.1.0",
"tape": "^4.9.1"
},
"homepage": "https://github.com/ralphtheninja/version-changed",
"repository": {
"type": "git",
"url": "https://github.com/ralphtheninja/version-changed.git"
},
"scripts": {
"test": "standard && node test"
},
"author": "Lars-Magnus Skog <ralphtheninja@riseup.net>",
"keywords": [
"package",
"version",
"changed",
"package.json"
],
"engines": {
"node": ">=6.0.0"
},
"license": "MIT"
}