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

grunt-cli-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cli-config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.coverall.yml

5

Gruntfile.js

@@ -47,7 +47,6 @@ /*

grunt.loadNpmTasks('grunt-complexity');
grunt.loadNpmTasks('grunt-env');
grunt.registerTask('test', ['nodeunit']);
grunt.registerTask('default', ['jshint', 'test', 'complexity']);
grunt.registerTask('test', ['jshint', 'nodeunit', 'complexity']);
grunt.registerTask('default', ['test']);
};

14

package.json
{
"name": "grunt-cli-config",
"description": "Set the config with the options passed on the CLI.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/henvic/grunt-cli-config",

@@ -27,5 +27,6 @@ "author": {

},
"main": "./tasks/config_options.js",
"main": "index.js",
"scripts": {
"test": "grunt test"
"test": "grunt test",
"coveralls": "node_modules/jscoverage/bin/jscoverage tasks && GRUNT_CLI_CONFIG_CODE_COVERAGE=1 nodeunit --reporter=lcov test | node_modules/coveralls/bin/coveralls.js"
},

@@ -37,3 +38,6 @@ "devDependencies": {

"grunt-complexity": "~0.1.51",
"grunt": "~0.4.4"
"grunt": "~0.4.4",
"nodeunit": "~0.8.6",
"jscoverage": "^0.3.8",
"coveralls": "^2.10.0"
},

@@ -46,2 +50,2 @@ "peerDependencies": {

]
}
}

@@ -1,2 +0,2 @@

# grunt-cli-config [![Build Status](https://secure.travis-ci.org/henvic/grunt-cli-config.png?branch=master)](https://travis-ci.org/henvic/grunt-cli-config) [![NPM version](https://badge.fury.io/js/grunt-cli-config.png)](http://badge.fury.io/js/grunt-cli-config) [![Dependency Status](https://david-dm.org/henvic/grunt-cli-config.png)](https://david-dm.org/henvic/grunt-cli-config)
# grunt-cli-config [![Build Status](https://secure.travis-ci.org/henvic/grunt-cli-config.png?branch=master)](https://travis-ci.org/henvic/grunt-cli-config) [![NPM version](https://badge.fury.io/js/grunt-cli-config.png)](http://badge.fury.io/js/grunt-cli-config) [![Dependency Status](https://david-dm.org/henvic/grunt-cli-config.png)](https://david-dm.org/henvic/grunt-cli-config) [![Coverage Status](https://coveralls.io/repos/henvic/grunt-cli-config/badge.png)](https://coveralls.io/r/henvic/grunt-cli-config)

@@ -3,0 +3,0 @@ # Install

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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