Skip to content

Add supported node versions to CI.#30

Merged
chadhietala merged 4 commits intomasterfrom
node-4
Mar 25, 2017
Merged

Add supported node versions to CI.#30
chadhietala merged 4 commits intomasterfrom
node-4

Conversation

@rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 25, 2017

No description provided.

@rwjblue rwjblue requested a review from chadhietala March 25, 2017 19:44
} = options;

let isFeaturesImport = featureSources.includes(importPath);
let isFeaturesImport = featureSources.indexOf(importPath) > -1;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢 but it seems easier to use indexOf than add a dep on core-js for the polyfill...

@chadhietala chadhietala merged commit 3be16ea into master Mar 25, 2017
@rwjblue rwjblue deleted the node-4 branch March 25, 2017 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants