patch-version
Version:
Patch version control tag version to package.json when deploy to npm on CI.
34 lines (33 loc) • 715 B
JSON
{
"name": "patch-version",
"version": "0.1.1",
"description": "Patch version control tag version to package.json when deploy to npm on CI.",
"author": "Junle Li <lijunle@gmail.com>",
"license": "MIT",
"main": "src/index.js",
"bin": {
"patch-version": "bin/patch-version"
},
"repository": {
"type": "git",
"url": "git://github.com/lijunle/npm-patch-version.git"
},
"keywords": [
"npm",
"version",
"patch",
"patch-version",
"ci"
],
"scripts": {
"test": "ava",
"lint": "eslint .",
"depcheck": "depcheck"
},
"devDependencies": {
"ava": "^0.5.0",
"depcheck": "^0.5.10",
"eslint": "^1.10.1",
"eslint-config-airbnb": "^1.0.0"
}
}