Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #212 from rollup/external-from-commonjs
Browse files Browse the repository at this point in the history
Handle options.external correctly
  • Loading branch information
Rich-Harris authored Aug 3, 2017
2 parents 61157df + 5309d9b commit 60846f5
Show file tree
Hide file tree
Showing 13 changed files with 1,856 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 8,
"sourceType": "module"
}
}
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "node"
env:
global:
- BUILD_TIMEOUT=10000
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ init:
environment:
matrix:
# node.js
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 8

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
Loading

0 comments on commit 60846f5

Please sign in to comment.