grunt-workspace
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-workspace", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "PoliteJS Workspace Tasks & Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
var extend = require('extend'); | ||
var childProcess = require('child_process'); | ||
@@ -33,2 +33,10 @@ module.exports = function(grunt) { | ||
grunt.registerTask('wks-install-karma', 'install karmajs dependencies', function() { | ||
var cl = childProcess.exec('npm install grunt-karma karma karma-chrome-launcher karma-jasmine karma-mocha karma-firefox-launcher karma-safari-launcher karma-phantomjs-launcher karma-chai karma-opera-launcher karma-coverage karma-sinon karma-osx-reporter karma-growl-reporter mocha chai sinon --save-dev', function() {}); | ||
cl.on('exit', this.async()); | ||
cl.stdout.on('data', function(data) { | ||
process.stdout.write(data); | ||
}); | ||
}); | ||
}; |
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
42350
1189
3