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

fix: remove = from default export (SyntaxError) #178

Merged
merged 1 commit into from
Jul 14, 2017

Conversation

jungomi
Copy link
Contributor

@jungomi jungomi commented Jul 14, 2017

The refactoring to ES modules (#167) accidentally left an = in the default export, which is a syntax error.

@jsf-clabot
Copy link

jsf-clabot commented Jul 14, 2017

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jul 14, 2017

Codecov Report

Merging #178 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   97.43%   97.43%           
=======================================
  Files           2        2           
  Lines          39       39           
  Branches       18       18           
=======================================
  Hits           38       38           
  Misses          1        1
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b47224a...c840245. Read the comment docs.

@michael-ciniawsky michael-ciniawsky changed the title fix: Remove = from export (syntax error) fix: remove = from default export (SyntaxError) Jul 14, 2017
Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

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

@jungomi thx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants