jomo 10 vuotta sitten
vanhempi
sitoutus
a49a1c7649
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      .travis.yml
  2. 1 1
      package.json

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "iojs-v1.3"
+  - "iojs-v1.4.1"
 before_script:
   - cp "lib/config.example.js" "lib/config.js"
 before_install:

+ 1 - 1
package.json

@@ -26,7 +26,7 @@
     "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
   },
   "engines": {
-    "iojs": "1.3.x"
+    "iojs": "1.4.x"
   },
   "dependencies": {
     "canvas": "crafatar/node-canvas",