1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-04-28 05:40:29 -04:00

10 Commits

Author SHA1 Message Date
2fcad1a9e7
update eslint config to use @jakejarvis/eslint-config 2021-08-30 19:41:32 -04:00
dependabot[bot]
a84de1b0e5 📦 npm: Bump rollup from 2.56.2 to 2.56.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.56.2...v2.56.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 09:14:48 -04:00
dependabot[bot]
582e64ae13 📦 npm: Bump eslint-plugin-compat from 3.12.0 to 3.13.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-22 10:37:54 -04:00
eb6d058b5b
set "sideEffects": false 2021-08-16 23:06:22 -04:00
df981e17b3
add dependabot.yml 2021-08-11 09:39:52 -04:00
cfa1f575e3
add onInit and onChange callback function options 2021-08-05 07:54:47 -04:00
eedd0a96e0
much simpler bundling with rollup, also generate separate ESM and CJS files 2021-08-04 19:16:33 -04:00
df3b462de0
bundle into a UMD script via webpack for both browser & node 2021-08-04 11:31:37 -04:00
2a1d634637
Check if localStorage is available before accessing 2021-08-04 09:01:27 -04:00
738f9098fe
initial commit 🎉 2021-08-03 10:30:10 -04:00