Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-cli

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cli - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc