1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/example-extension
dependabot[bot] e7a11c9268 Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/example-extension (#1838)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 16:50:31 +02:00
..
.gitignore Improve how extension-api is exposed/loaded (#1055) 2020-10-09 14:12:40 +03:00
main.ts add no-unused and react/recommended to eslint (#1523) 2020-11-27 08:48:38 -05:00
package-lock.json Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/example-extension (#1838) 2020-12-30 16:50:31 +02:00
package.json [BREAKING]: remove deprecated routePath before GA (#1505) 2020-11-25 12:03:57 +02:00
page.tsx Add eslint rule padding-line-between-statements (#1593) 2020-12-02 09:55:52 +02:00
README.md Initial telemetry extension (#1067) 2020-10-13 12:57:38 +03:00
renderer.tsx [BREAKING]: remove deprecated routePath before GA (#1505) 2020-11-25 12:03:57 +02:00
tsconfig.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +02:00
webpack.config.js add no-unused and react/recommended to eslint (#1523) 2020-11-27 08:48:38 -05:00

Lens Example Extension

TODO: add more info

Build

npm run build

Dev

npm run dev