github-cherry-pick
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -9,3 +9,2 @@ { | ||
"devDependencies": { | ||
"@octokit/rest": "^15.9.4", | ||
"babel-cli": "^6.26.0", | ||
@@ -17,3 +16,2 @@ "babel-core": "^6.26.3", | ||
"babel-preset-flow": "^6.23.0", | ||
"envalid": "^4.1.4", | ||
"eslint": "^5.3.0", | ||
@@ -58,3 +56,3 @@ "eslint-config-prettier": "^2.9.0", | ||
}, | ||
"version": "0.1.8" | ||
"version": "0.1.9" | ||
} |
@@ -13,5 +13,5 @@ [![npm version](https://img.shields.io/npm/v/github-cherry-pick.svg)](https://npmjs.org/package/github-cherry-pick) | ||
```javascript | ||
const githubCherryPick = require("github-cherry-pick"); | ||
const cherryPickCommits = require("github-cherry-pick"); | ||
githubCherryPick({ | ||
cherryPickCommits({ | ||
// The SHA list of the commits to cherry-pick. | ||
@@ -27,3 +27,2 @@ // The commits will be cherry-picked in the order they appear in the array. | ||
// An already authenticated instance of https://www.npmjs.com/package/@octokit/rest. | ||
// Its version should preferably be the same than the one in github-cherry-pick's package.json. | ||
octokit, | ||
@@ -30,0 +29,0 @@ // The login of the repository owner. |
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
18
16598
166