@junobuild/cli-tools 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [npm-license]: https://img.shields.io/npm/l/@junobuild/cli-tools
7
7
  [npm-license-url]: https://github.com/junobuild/juno-js/blob/main/LICENSE
8
8
 
9
- # Juno CLI utils
9
+ # Juno CLI tools
10
10
 
11
11
  A collection of tools for Juno CLIs and Plugins.
12
12
 
@@ -1,2 +1,2 @@
1
1
  export type ConfigType = 'ts' | 'js' | 'json';
2
- export type ConfigFilename = `${'juno.'}${'' | 'dev.'}${'config.'}${ConfigType}`;
2
+ export type ConfigFilename = `${'juno.'}${'' | 'dev.'}${'config'}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/cli-tools",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A collection of tools for Juno CLIs and Plugins.",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",