Comparing version 0.1.0 to 0.1.1
@@ -8,3 +8,3 @@ 'use strict'; | ||
/** | ||
* Binary build tool | ||
* Initialize new `BinBuild` | ||
* | ||
@@ -18,5 +18,2 @@ * @api public | ||
} | ||
this.cfg('./configure'); | ||
this.make('make install'); | ||
} | ||
@@ -23,0 +20,0 @@ |
{ | ||
"name": "bin-build", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Easily build binaries", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -54,2 +54,2 @@ # bin-build [![Build Status](https://travis-ci.org/kevva/bin-build.svg?branch=master)](https://travis-ci.org/kevva/bin-build) | ||
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](https://github.com/kevva) | ||
MIT © [Kevin Mårtensson](https://github.com/kevva) |
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
3250
85