libnpmversion
Advanced tools
Comparing version 1.0.12 to 1.1.0
@@ -16,2 +16,3 @@ const readJson = require('./read-json.js') | ||
ignoreScripts = false, | ||
scriptShell = undefined, | ||
preid = null, | ||
@@ -35,2 +36,3 @@ log = proclog, | ||
ignoreScripts, | ||
scriptShell, | ||
preid, | ||
@@ -37,0 +39,0 @@ pkg, |
{ | ||
"name": "libnpmversion", | ||
"version": "1.0.12", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -28,2 +28,3 @@ # libnpmversion | ||
ignoreScripts: false, // do not run pre/post/version lifecycle scripts | ||
scriptShell: '/bin/bash', // shell to run lifecycle scripts in | ||
message: 'v%s', // message for tag and commit, replace %s with the version | ||
@@ -153,4 +154,8 @@ }).then(newVersion => { | ||
#### `scriptShell` String | ||
Path to the shell, which should execute the lifecycle scripts. Defaults to `/bin/sh` on unix, or `cmd.exe` on windows. | ||
#### `message` String | ||
The message for the git commit and annotated git tag that are created. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14814
267
160