From 0a1556f115ca97b37f09097367214aca21c99baa Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 27 Jan 2017 21:03:02 +0100 Subject: [PATCH] Only transpile our code (no dependencies) --- bin/release.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/release.js b/bin/release.js index 60628f2..b3f6d93 100755 --- a/bin/release.js +++ b/bin/release.js @@ -10,7 +10,10 @@ const nodeVersion = require('node-version') const pkg = require('../package') // Support for keywords "async" and "await" +const pathSep = process.platform === 'win32' ? '\\\\' : '/' + asyncToGen({ + includes: new RegExp(`.*release?${pathSep}(lib|bin).*`), excludes: null })