@snelusha/noto 0.3.4 → 0.3.6

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
@@ -2,10 +2,6 @@
2
2
  <p align="center"><sup>(/nōto/, <em>notebook</em> in Japanese)</sup></p>
3
3
  <img src="https://github.com/snelusha/static/blob/main/noto/banner-minimal.png?raw=true" align="center"></img>
4
4
 
5
- <pre align="center">
6
- <p>npm install -g <b>@snelusha/noto</b></p>
7
- </pre>
8
-
9
5
  ## Features
10
6
 
11
7
  - **Instant Commit Messages**: Generate clear, context-aware messages based on staged changes.
package/bin/noto.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
2
  'use strict'
3
3
 
4
- import '../dist/cli.mjs'
4
+ import '../dist/cli.js'