diff options
| author | Teddy Wing | 2018-02-14 16:32:09 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-02-14 16:32:09 +0100 |
| commit | 43a909d6407cb7bc10078e21daea9a65a81c9e2d (patch) | |
| tree | 40d48113b166a4207de70c53817b1123018b0cbe | |
| parent | 385a9e1b68f3eea51f71386a8f4856477ba6a273 (diff) | |
| download | chouette-core-43a909d6407cb7bc10078e21daea9a65a81c9e2d.tar.bz2 | |
package.json: Upgrade node ~6.12.0 -> ~6.13.0
Our dev servers got their Debian packages upgraded recently and now the
project needs to use v6.13.x to align with the servers. Fixes our
Jenkins builds.
Refs #5929
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1a63eeac3..942641197 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "license": "MIT", "engines": { - "node": "~6.12.0" + "node": "~6.13.0" }, "devDependencies": { "es6-object-assign": "1.1.0", |
