grunt-karma-sonar
Advanced tools
Comparing version 0.2.21 to 0.2.22
@@ -0,1 +1,9 @@ | ||
<a name="0.2.22"></a> | ||
# 0.2.22 (2016-03-02) | ||
## Improvements | ||
- Upgrade dependency for grunt 1.0.0 | ||
- Upgrade all other dependencies | ||
- Add all sources for language (web) | ||
<a name="0.2.21"></a> | ||
@@ -2,0 +10,0 @@ # 0.2.21 (2016-02-04) |
@@ -27,7 +27,6 @@ /* | ||
defaultOutputDir: '.tmp/sonar2', | ||
language: null, | ||
instance: { | ||
jdbcUrl: 'jdbc:h2:tcp://localhost:9092/sonar' | ||
}, | ||
language: null, | ||
dryRun: false, | ||
@@ -37,5 +36,3 @@ runnerProperties: { | ||
'sonar.branch': 'master' | ||
}, | ||
excludedProperties: [ | ||
] | ||
} | ||
}, | ||
@@ -42,0 +39,0 @@ all: { |
{ | ||
"name": "grunt-karma-sonar", | ||
"description": "Grunt plugin for integrating karma reports with sonar", | ||
"version": "0.2.21", | ||
"version": "0.2.22", | ||
"homepage": "https://github.com/mdasberg/grunt-karma-sonar", | ||
@@ -35,5 +35,5 @@ "author": { | ||
"fs": "0.0.2", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-clean": "^0.7.0", | ||
"grunt-contrib-jshint": "^0.12.0", | ||
"grunt": ">=0.4.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-shell": "^1.1.2", | ||
@@ -44,5 +44,2 @@ "gruntmock": "^0.2.0", | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.5" | ||
}, | ||
"keywords": [ | ||
@@ -55,3 +52,3 @@ "gruntplugin" | ||
"fs-extra": "^0.26.5", | ||
"glob": "^6.0.4", | ||
"glob": "^7.0.0", | ||
"lodash": "^4.0.1", | ||
@@ -58,0 +55,0 @@ "html-entities": "^1.2.0", |
@@ -185,3 +185,3 @@ /*globals process */ | ||
var cwd = p.cwd ? p.cwd : '.'; | ||
sourceGlobs.push({cwd: cwd + path.sep + p.src, src: '**/*.js'}); | ||
sourceGlobs.push({cwd: cwd + path.sep + p.src, src: '**/*.*'}); | ||
testGlobs.push({cwd: cwd + path.sep + p.test, src: '**/*.js'}); | ||
@@ -188,0 +188,0 @@ testGlobs.push({cwd: cwd + path.sep + p.test, src: '**/*.feature'}); |
56713
12
15
852
- Removedabbrev@1.1.1(transitive)
- Removedargparse@0.1.16(transitive)
- Removedasync@0.1.22(transitive)
- Removedcoffee-script@1.3.3(transitive)
- Removedcolors@0.6.2(transitive)
- Removeddateformat@1.0.2-1.2.3(transitive)
- Removedesprima@1.0.4(transitive)
- Removedeventemitter2@0.4.14(transitive)
- Removedexit@0.1.2(transitive)
- Removedfindup-sync@0.1.3(transitive)
- Removedgetobject@0.1.0(transitive)
- Removedglob@3.1.213.2.116.0.4(transitive)
- Removedgraceful-fs@1.2.3(transitive)
- Removedgrunt@0.4.5(transitive)
- Removedgrunt-legacy-log@0.1.3(transitive)
- Removedgrunt-legacy-log-utils@0.1.1(transitive)
- Removedgrunt-legacy-util@0.2.0(transitive)
- Removedhooker@0.2.3(transitive)
- Removediconv-lite@0.2.11(transitive)
- Removedinherits@1.0.2(transitive)
- Removedjs-yaml@2.0.5(transitive)
- Removedlodash@0.9.22.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.140.3.0(transitive)
- Removednopt@1.0.10(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedunderscore@1.7.0(transitive)
- Removedunderscore.string@2.2.12.3.32.4.0(transitive)
- Removedwhich@1.0.9(transitive)
Updatedglob@^7.0.0