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

Commit

Permalink
Prepare for 1.0 and update dependencies (#187)
Browse files Browse the repository at this point in the history
* Update dependencies and make tests 1.0 compatible

* Use official warn hook

* Test dynamic imports are resolved
  • Loading branch information
lukastaegert committed Dec 9, 2018
1 parent 1cc1101 commit 31aa15c
Show file tree
Hide file tree
Showing 8 changed files with 561 additions and 731 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
@@ -1,7 +1,7 @@
{
"rules": {
"indent": [ 2, "tab", { "SwitchCase": 1 } ],
"quotes": [ 2, "single", { allowTemplateLiterals: true } ],
"quotes": [ 2, "single", { "allowTemplateLiterals": true } ],
"semi": [ 2, "always" ],
"keyword-spacing": [ 2, { "before": true, "after": true } ],
"space-before-blocks": [ 2, "always" ],
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "stable"
- "8"
- "10"
env:
global:
- BUILD_TIMEOUT=10000

0 comments on commit 31aa15c

Please sign in to comment.