Skip to content

Commit cad8ef5

Browse files
committedJul 17, 2022
cln_plugin: name package name to make happy pub.dev
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 91c1ede commit cad8ef5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎.github/workflows/cln_plugin_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
2727
flutter: false
2828
skipTests: true
29+
force: true
2930
dryRunOnly: ${{ github.event_name != 'release' }}
3031
relativePath: './packages/cln_plugin/'

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ This dart monorepo houses the following packages to develop fast and maintainabl
3131
|----------------|-----------------------------------------------------------------|------------|
3232
| [cln_common](packages/cln_common) | A package that provides common interface for the monorepo. | unreleased |
3333
| [clightning_rpc](packages/rpc) | A RPC wrapper around the core lightning API. | ![Pub Version (including pre-releases)](https://img.shields.io/pub/v/clightning_rpc?include_prereleases&style=flat-square) |
34-
| [cln_plugin](packages/cln_plugin) | A library to write extensible plugin in dart for core lightning. | unreleased |
35-
34+
| [cln_plugin_api](packages/cln_plugin) | A library to write extensible plugin in dart for core lightning. | unreleased |
35+
| [lnlambda](packages/lnlambda) | Minimal interface to run lnlambda function with dart. | unreleased |
36+
3637
## How to contribute
3738

3839
Read our [Hacking guide](https://docs.page/dart-lightning/lndart.clightning/dev/MAINTAINERS)

‎packages/cln_plugin/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cln_plugin
1+
name: cln_plugin_api
22
description: Dart package that provides an easy and comprehensive interface to develop custom plugins for core lightning in the Dart programming environment.
33
version: 0.0.1-beta.1
44
homepage: https://github.com/dart-lightning/lndart.clightning

0 commit comments

Comments
 (0)
Please sign in to comment.