Explorar o código

Merge pull request #458 from Caballerog/master

chore(package.json): Update several dependencies and npm scripts to t…
Carlos Caballero %!s(int64=6) %!d(string=hai) anos
pai
achega
13a1c076fe
Modificáronse 2 ficheiros con 508 adicións e 249 borrados
  1. 498 242
      package-lock.json
  2. 10 7
      package.json

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 498 - 242
package-lock.json


+ 10 - 7
package.json

@@ -11,19 +11,22 @@
   "license": "MIT",
   "scripts": {
     "prepublish": "./node_modules/.bin/grunt",
-    "postinstall": "opencollective-postinstall",
+    "selenium:install": "selenium-standalone install",
+    "selenium:start:bg": "selenium-standalone start &",
+    "postinstall": "npm run selenium:install && opencollective-postinstall",
     "test": "cd test && codeceptjs run"
   },
   "devDependencies": {
     "codeceptjs": "^1.4.2",
     "expect.js": "*",
-    "grunt": "^0.4.5",
-    "grunt-browserify": "^3.0.1",
-    "grunt-cli": "^0.1.13",
+    "grunt": "^1.0.3",
+    "grunt-browserify": "^5.3.0",
+    "grunt-cli": "^1.3.1",
     "grunt-contrib-concat": "^0.5.0",
     "grunt-contrib-copy": "^1.0.0",
-    "grunt-contrib-uglify": "^0.5.1",
-    "mocha": "*"
+    "grunt-contrib-uglify": "^4.0.0",
+    "mocha": "*",
+    "selenium-standalone": "^6.15.3"
   },
   "dependencies": {
     "eventemitter3": "^0.1.5",
@@ -38,4 +41,4 @@
     "type": "opencollective",
     "url": "https://opencollective.com/peer"
   }
-}
+}

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio