1
mirror of https://github.com/jakejarvis/npm-module-template.git synced 2025-04-26 08:45:24 -04:00

15 Commits

Author SHA1 Message Date
dependabot[bot]
cd201b5074
📦 npm: Bump @rollup/plugin-commonjs from 21.0.0 to 21.0.2
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.0 to 21.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.2/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-24 00:39:32 +00:00
b29b9dcef3
eslint 8.0.0 2021-10-12 20:36:14 -04:00
9e433be1d3
properly resolve node builtins/dependencies 2021-10-09 16:34:53 -04:00
c63f574b67
don't resolve node_modules in non-browser builds 2021-09-29 21:53:25 -04:00
1a1b1eb5f9
reorganize readme 2021-09-29 20:53:10 -04:00
3a3a1efd32
add @babel/eslint-parser 2021-09-29 20:37:25 -04:00
c386d3b80f
add README badges and usage section 2021-09-29 20:35:47 -04:00
8d3f097e9c
add yarn watch script 2021-09-29 10:42:18 -04:00
9c77374a70
better comment banner 2021-09-29 10:22:20 -04:00
dependabot[bot]
838729ab38 📦 npm: Bump rollup from 2.56.3 to 2.57.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.57.0.
- [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.3...v2.57.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 20:32:18 -04:00
dependabot[bot]
9f07b19aec 📦 npm: Bump @jakejarvis/eslint-config from 1.0.3 to 1.0.4
Bumps [@jakejarvis/eslint-config](https://github.com/jakejarvis/eslint-config) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/jakejarvis/eslint-config/releases)
- [Commits](https://github.com/jakejarvis/eslint-config/compare/v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: "@jakejarvis/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 22:19:23 -04:00
dependabot[bot]
3bb1855aa9 📦 npm: Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.4 to 13.0.5.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 22:19:18 -04:00
63aa512333
add dependabot config, clean up rollup, other tiny tweaks 2021-09-09 20:01:54 -04:00
d42ce674a3
rimraf rimraf & use rollup-plugin-delete instead 2021-08-30 21:06:22 -04:00
1cbe2b4758
initial commit 🎉 2021-08-30 19:46:22 -04:00