1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Let's try that node6 thing again...

This commit is contained in:
Dave Conway-Jones 2016-04-29 09:59:53 +01:00
parent 0c53b5310a
commit 622d4214f7
2 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,11 @@ addons:
matrix: matrix:
allow_failures: allow_failures:
- node_js: "5" - node_js: "5"
- node_js: "6"
before_install: before_install:
- npm install -g npm@latest-2 - npm install -g npm@latest-2
node_js: node_js:
- "6"
- "5" - "5"
- "4" - "4"
- "0.12" - "0.12"

View File

@ -34,7 +34,7 @@
"cron":"1.1.0", "cron":"1.1.0",
"express": "4.13.4", "express": "4.13.4",
"follow-redirects":"0.0.7", "follow-redirects":"0.0.7",
"fs-extra": "0.27.0", "fs-extra": "0.30.0",
"fs.notify":"0.0.4", "fs.notify":"0.0.4",
"i18next":"1.10.6", "i18next":"1.10.6",
"is-utf8":"0.2.1", "is-utf8":"0.2.1",
@ -61,7 +61,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"node-red-node-serialport":"0.2.*", "node-red-node-serialport":"0.2.*",
"bcrypt":"0.8.5" "bcrypt":"0.8.6"
}, },
"devDependencies": { "devDependencies": {
"grunt": "0.4.5", "grunt": "0.4.5",
@ -70,7 +70,7 @@
"grunt-concurrent":"2.3.0", "grunt-concurrent":"2.3.0",
"grunt-contrib-clean":"1.0.0", "grunt-contrib-clean":"1.0.0",
"grunt-contrib-compress": "1.2.0", "grunt-contrib-compress": "1.2.0",
"grunt-contrib-concat":"1.0.0", "grunt-contrib-concat":"1.0.1",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0", "grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1", "grunt-contrib-uglify": "1.0.1",