Selaa lähdekoodia

Merge pull request #458 from Caballerog/master

chore(package.json): Update several dependencies and npm scripts to t…
Carlos Caballero 6 vuotta sitten
vanhempi
commit
13a1c076fe
2 muutettua tiedostoa jossa 508 lisäystä ja 249 poistoa
  1. 498 242
      package-lock.json
  2. 10 7
      package.json

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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"
   }
-}
+}

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä