-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
In order to achieve standardization with our other libraries, we should:
- Remove
browserifyas a dependency - Add
tsupas a dependency (copy version from module template) - Remove
build.sh - Add the
build:typespackage script (copy from module template) - Update the
buildpackage script to usetsupto compile the TypeScript code to JavaScript andtscto create TypeScript declaration files. - Rename the
typingsfield inpackage.jsontotypes - Add
exportsfield topackage.json(copy from module template) - Add
modulefield topackage.json(copy from module template) - Add
sideEffectsfield topackage.json(copy from module template) - Remove trailing slash from
dist/infilesfield
Reactions are currently unavailable