Comparing version 1.1.0 to 2.0.0
@@ -64,3 +64,3 @@ 'use strict'; | ||
BinBuild.prototype.build = function (cb) { | ||
BinBuild.prototype.run = function (cb) { | ||
cb = cb || function () {}; | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "bin-build", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Easily build binaries", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -21,3 +21,3 @@ # bin-build [![Build Status](http://img.shields.io/travis/kevva/bin-build.svg?style=flat)](https://travis-ci.org/kevva/bin-build) | ||
build.build(function (err) { | ||
build.run(function (err) { | ||
if (err) { | ||
@@ -51,3 +51,3 @@ throw err; | ||
### .build(cb) | ||
### .run(cb) | ||
@@ -54,0 +54,0 @@ Type: `Function` |
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
3071