UNPKG

changelog-version

Version:

Build tool to update CHANGELOG.md file with the version

40 lines (39 loc) 1.14 kB
{ "name": "changelog-version", "version": "2.0.0", "description": "Build tool to update CHANGELOG.md file with the version", "main": "index.js", "bin": "./bin/changelog-version.js", "scripts": { "lint": "eslint .", "test": "mocha", "preversion": "npm run lint && npm test", "version": "./bin/changelog-version.js && git add CHANGELOG.md" }, "repository": { "type": "git", "url": "git+https://github.com/AlbertoFdzM/changelog-version.git" }, "keywords": [ "changelog", "version", "keepachangelog" ], "author": "Alberto Fernandez <albertofdzm@gmail.com> (http://onlythepixel.com)", "license": "MIT", "bugs": { "url": "https://github.com/AlbertoFdzM/changelog-version/issues" }, "homepage": "https://github.com/AlbertoFdzM/changelog-version#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^7.4.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "fs-extra": "^9.0.1", "mocha": "^8.0.1" } }