Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 203 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 203 Bytes

v1.0.0

This library doesn't have default export since v1.0.0, so you should update your code like this:

- import simpleBase from 'simple-base'
+ import * as simpleBase from 'simple-base'