Commit Graph

5 Commits

Author SHA1 Message Date
Hammy e76a60a712
feat: add version key into `palette.json` (#91)
* feat: add version key to palette json

* feat: import deno.json directly

* chore: update mod.ts & release please config

* fix: avoid jsr (no-slow-types) error

"Destructuring in exports is not supported. Instead of destructuring,
export each symbol individually."

ref: https://jsr.io/docs/about-slow-types#typescript-restrictions

* fix: make sure to export non-destructured value

---------

Co-authored-by: backwardspy <backwardspy@pigeon.life>
2024-09-20 19:15:25 +01:00
winston 5aa876f162
feat!: complete rewrite (#49) 2023-12-28 11:43:11 +01:00
winston 0937412b1c
build: add standard-version & enable package-lock 2023-03-03 03:56:43 +01:00
winston e92b4a9312
feat: npm package: hybrid cjs+esm support (#14)
* feat(npm): add build script for hybrid cjs+esm support
* style: fix mixed indents
* allow import from CSS
* doc: instructions on how to import css file
* refactor(npm):  use esbuild.js for a single build command
* chore: fix mixed indents
* fix(npm): rename file extension in npm include list

Co-authored-by: sakkke <w32w64@gmail.com>
Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com>
Co-authored-by: Pocco81 <pocco451@gmail.com>
2022-06-13 06:48:36 +00:00
Pocco81 d81ae318f4 feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00