nodejs: update to 6.11.0 and include npm (#2622)

This commit is contained in:
Mateusz Mikuła
2017-06-26 06:01:35 +02:00
committed by Алексей
parent 0298400761
commit 60d8511007
14 changed files with 252 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
From 7c8fca2e86111cd5e8b47a591f266b1e67a476b0 Mon Sep 17 00:00:00 2001
From 1ae864e84c7687fbe76bebbaf419a440d992a73b Mon Sep 17 00:00:00 2001
From: Alethea Rose <alethea@alethearose.com>
Date: Tue, 14 Feb 2017 20:56:17 -0500
Subject: [PATCH 1/8] Fix python invocation to python2
Subject: [PATCH 01/11] Fix python invocation to python2
---
common.gypi | 2 +-
@@ -90,7 +90,7 @@ Subject: [PATCH 1/8] Fix python invocation to python2
83 files changed, 103 insertions(+), 103 deletions(-)
diff --git a/common.gypi b/common.gypi
index 8a3179d..81d34d0 100644
index af9c6ba..728ee67 100644
--- a/common.gypi
+++ b/common.gypi
@@ -9,7 +9,7 @@
@@ -103,7 +103,7 @@ index 8a3179d..81d34d0 100644
'node_shared%': 'false',
'force_dynamic_crt%': 0,
diff --git a/configure b/configure
index 6a50e5e..e8441a5 100644
index 97b41ae..09f095e 100644
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
@@ -1142,5 +1142,5 @@ index 50caace..7120d64 100644
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
--
2.11.0
2.13.0