diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-28 09:58:06 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-28 10:27:18 +0100 |
commit | 9b786aa3fd7041b71d793effef1ec1cc491b15cb (patch) | |
tree | 368e283cfbcbe1a3776bd0a45adb14897ccc27d3 /server/sonar-web/pom.xml | |
parent | d29b16931789352101a6e67787431fd0b5be2029 (diff) | |
download | sonarqube-9b786aa3fd7041b71d793effef1ec1cc491b15cb.tar.gz sonarqube-9b786aa3fd7041b71d793effef1ec1cc491b15cb.zip |
upgrade to node.js 4 and npm 3, fix deps versions, migrate to gulp-cssnano
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 74c48e44871..a8165295b7f 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -102,8 +102,8 @@ <configuration> <nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot> <npmDownloadRoot>http://registry.npmjs.org/npm/-/</npmDownloadRoot> - <nodeVersion>v0.12.2</nodeVersion> - <npmVersion>2.9.1</npmVersion> + <nodeVersion>v4.2.4</nodeVersion> + <npmVersion>3.5.2</npmVersion> </configuration> </execution> <execution> |