Comparing version 0.1.5 to 0.1.6
@@ -17,3 +17,3 @@ /* | ||
exports.known = {help: Boolean, version: Boolean, completion: String}; | ||
exports.aliases = {h: '--help', V: '--version'}; | ||
exports.aliases = {h: '--help', V: '--version', v: '--verbose'}; | ||
@@ -20,0 +20,0 @@ // Parse them and return an options object. |
{ | ||
"name": "grunt-cli", | ||
"description": "The grunt command line interface.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Grunt Team", | ||
@@ -6,0 +6,0 @@ "homepage": "http://gruntjs.com/", |
@@ -1,2 +0,2 @@ | ||
# grunt-cli [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-cli.png?branch=master)](http://travis-ci.org/gruntjs/grunt) | ||
# grunt-cli [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-cli.png?branch=master)](http://travis-ci.org/gruntjs/grunt-cli) | ||
> The grunt command line interface. | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9395