]> source.dussan.org Git - sonarqube.git/commitdiff
update the versions of node.js and npm
authorStas Vilchik <vilchiks@gmail.com>
Mon, 4 May 2015 14:46:43 +0000 (16:46 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 4 May 2015 14:46:43 +0000 (16:46 +0200)
server/sonar-web/package.json
server/sonar-web/pom.xml

index 8016430a6945c6701331fd3bce76267cd5425eea..95d71cff7995352107a5eea4fa3cebb079e1cb0b 100644 (file)
@@ -31,9 +31,6 @@
     "phantomjs": "1.9.7-12",
     "serve-static": "1.5.0"
   },
-  "engines": {
-    "node": "~0.8 || ~0.10"
-  },
   "scripts": {
     "build-fast": "./node_modules/.bin/grunt dev",
     "build": "./node_modules/.bin/grunt build",
index 83579fa645943cc7a85b29ea3def4d9d1a9acbc2..ada6f1d80693f48d9c1311e2d2874df699e709cf 100644 (file)
               <goal>install-node-and-npm</goal>
             </goals>
             <configuration>
-              <nodeVersion>v0.10.26</nodeVersion>
-              <npmVersion>1.4.3</npmVersion>
+              <nodeVersion>v0.12.2</nodeVersion>
+              <npmVersion>2.7.4</npmVersion>
             </configuration>
           </execution>
           <execution>