diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-01 16:11:23 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-01 16:11:23 +0200 |
commit | 340fb8d06a718672c8f9b8166a68ed064cc56a73 (patch) | |
tree | 80225261d1648a2a1d226bdc2f490877fd7dac8d | |
parent | 6609543936253149851cbbcbb89d197a89eb2392 (diff) | |
download | sonarqube-340fb8d06a718672c8f9b8166a68ed064cc56a73.tar.gz sonarqube-340fb8d06a718672c8f9b8166a68ed064cc56a73.zip |
update grunt-contrib-requirejs to v0.4.4
-rw-r--r-- | server/sonar-web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 31786ba8f20..f13d5024118 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -16,7 +16,7 @@ "grunt-contrib-handlebars": "0.9.2", "grunt-contrib-jshint": "0.10.0", "grunt-contrib-less": "0.11.0", - "grunt-contrib-requirejs": "0.4.3", + "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.4.0", "grunt-contrib-watch": "0.5.3", "grunt-curl": "2.1.0", |