Comparing version 2.2.0 to 2.2.1
History | ||
======= | ||
## 2.2.1 | ||
* Minor documentation and usage updates. | ||
## 2.2.0 | ||
@@ -5,0 +9,0 @@ |
@@ -123,3 +123,3 @@ "use strict"; | ||
log.info("help", | ||
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " [flags] [task]" + | ||
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " <action> <task(s)>" + | ||
"\n\n" + chalk.green.bold("Actions") + ": \n\n " + actions + | ||
@@ -126,0 +126,0 @@ "\n\n" + chalk.green.bold("Flags") + ": General\n\n " + args.help() + |
{ | ||
"name": "builder", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "An NPM-based task runner", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -115,2 +115,4 @@ [![Travis Status][trav_img]][trav_site] | ||
```sh | ||
export PATH="./node_modules/.bin:${PATH}" | ||
# ... OR ... | ||
export PATH="${PATH}:./node_modules/.bin" | ||
@@ -117,0 +119,0 @@ ``` |
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
45395
458