Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "grunt-cli", | ||
"description": "The grunt command line interface.", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": "Grunt Team", | ||
@@ -27,3 +27,3 @@ "homepage": "http://gruntjs.com/", | ||
"scripts": { | ||
"test": "./bin/grunt test" | ||
"test": "node bin/grunt test" | ||
}, | ||
@@ -30,0 +30,0 @@ "preferGlobal": true, |
# 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. | ||
> The Grunt command line interface. | ||
@@ -10,8 +10,8 @@ Install this globally and you'll have access to the `grunt` command anywhere on your system. | ||
**Note:** The job of the `grunt` command is to load and run the version of grunt you have installed locally to your project, irrespective of its version. Starting with grunt v0.4, you should never install grunt itself globally. For more information about why, [please read this](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation). | ||
**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation). | ||
See the grunt [Getting Started](http://gruntjs.com/getting-started) guide for more information. | ||
See the [Getting Started](http://gruntjs.com/getting-started) guide for more information. | ||
## Shell tab auto-completion | ||
To enable bash tab auto-completion for grunt, add the following line to your `~/.bashrc` file. Currently, the only supported shell is bash. | ||
To enable bash tab auto-completion for Grunt, add the following line to your `~/.bashrc` file. Currently, the only supported shell is bash. | ||
@@ -25,2 +25,2 @@ ```bash | ||
Note: Using grunt-cli in this way is unsupported. | ||
Note: Using grunt-cli in this way is unsupported. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
25
0
9459