]> source.dussan.org Git - sonarqube.git/commitdiff
Fix version of karma-phantomjs-launcher. Do not use 0.1.3 which fails on windows
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 2 Apr 2014 13:46:49 +0000 (15:46 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 2 Apr 2014 13:46:49 +0000 (15:46 +0200)
sonar-server/package.json

index 55523fb7e2ef058b18ea147a101d9c6be2face89..e7bc2c8a6a4fedaab003f97ee9a2a9478253fc24 100644 (file)
@@ -4,9 +4,10 @@
   "devDependencies": {
     "karma": "~0.10.8",
     "karma-jasmine": "*",
-    "karma-phantomjs-launcher": "~0.1.3",
+    "karma-phantomjs-launcher": "0.1.2",
     "karma-coverage": "*",
     "karma-junit-reporter": "*",
+    "phantomjs": "1.9.7-1",
     "grunt": "~0.4.2",
     "grunt-cli": "~0.1.13",
     "grunt-contrib-less": "~0.10.0",
@@ -21,7 +22,7 @@
     "grunt-contrib-concat": "^0.4.0"
   },
   "engines": {
-    "node": "~0.8 || ~0.10"
+    "node": "~0.10"
   },
   "sources": "src/main/",
   "assets": "src/main/webapp/"