Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix: publish default export correctly for Node
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Oct 9, 2019
1 parent be0e1c1 commit 20ada54
Show file tree
Hide file tree
Showing 3 changed files with 11,124 additions and 6,573 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: node:8
- image: node:12

dependencies:
pre:
Expand All @@ -29,7 +29,7 @@ jobs:

deploy:
docker:
- image: node:8
- image: node:12

steps:
- checkout
Expand Down
Loading

0 comments on commit 20ada54

Please sign in to comment.