repository-provider
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -275,3 +275,3 @@ 'use strict'; | ||
async createBranch(name, source, options) { | ||
const branch = new this.provider.branchClass(this, name, options); | ||
const branch = new this.branchClass(this, name, options); | ||
this._branches.set(branch.name, branch); | ||
@@ -278,0 +278,0 @@ return branch; |
{ | ||
"name": "repository-provider", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"publishConfig": { | ||
@@ -40,6 +40,6 @@ "access": "public" | ||
"nyc": "^13.1.0", | ||
"rollup": "^0.66.0", | ||
"rollup": "^0.66.1", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-cleanup": "^3.0.0", | ||
"rollup-plugin-commonjs": "^9.1.6", | ||
"rollup-plugin-commonjs": "^9.1.8", | ||
"rollup-plugin-executable": "^1.3.0", | ||
@@ -49,4 +49,4 @@ "rollup-plugin-istanbul": "^2.0.1", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
"semantic-release": "^15.9.15", | ||
"travis-deploy-once": "^5.0.7" | ||
"semantic-release": "^15.9.16", | ||
"travis-deploy-once": "^5.0.8" | ||
}, | ||
@@ -53,0 +53,0 @@ "engines": { |
@@ -159,3 +159,3 @@ import { notImplementedError } from "./util"; | ||
async createBranch(name, source, options) { | ||
const branch = new this.provider.branchClass(this, name, options); | ||
const branch = new this.branchClass(this, name, options); | ||
this._branches.set(branch.name, branch); | ||
@@ -162,0 +162,0 @@ return branch; |
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
58052