From 10b9dfea83eea80ab17c9b4a09f184251458ec81 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 24 Aug 2017 17:35:53 -0700 Subject: [PATCH] Prepare to release (#532) - add node6-transform to .npmignore - dump node version in sanity test --- .npmignore | 1 + test/sanity.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 4375d1a6..c2dd518c 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,7 @@ third_party/phantomjs/ phantom_shim # exclude all tests test +utils/node6-transform # repeats from .gitignore node_modules diff --git a/test/sanity.js b/test/sanity.js index e851ccb9..45fe76cf 100644 --- a/test/sanity.js +++ b/test/sanity.js @@ -14,6 +14,8 @@ * limitations under the License. */ +console.log(process.version); + describe('Puppeteer Sanity', function() { it('should not be insane', function(done) { const puppeteer = require('..');