grunt-cli-config
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -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']); | ||
}; |
{ | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
40677
25
179
8
3