ntn 0.8.5 → 0.9.0

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
@@ -8,7 +8,7 @@ A command-line interface for Notion.
8
8
  ## Installation
9
9
 
10
10
  ```bash
11
- npm i -g ntn
11
+ curl -fsSL https://ntn.dev | bash
12
12
  ```
13
13
 
14
14
  ## What this is for
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntn",
3
- "version": "0.8.5",
3
+ "version": "0.9.0",
4
4
  "description": "Notion CLI",
5
5
  "license": "MIT",
6
6
  "bin": {