There was an error while loading. Please reload this page.
2 parents 90fcfad + 4646a1f commit b6aa2c6Copy full SHA for b6aa2c6
package.json
@@ -2,11 +2,10 @@
2
"name": "notion-backup",
3
"version": "1.1.1",
4
"description": "Notion exporter meant to be used as part of a GitHub workflow",
5
- "main": "./cli.js",
+ "main": "./notion-backup.js",
6
"bin": {
7
"notion-backup": "./notion-backup.js",
8
- "notion-backup-page": "./notion-backup-page.js",
9
- "notion-backup-collection": "./notion-backup-collection.js"
+ "notion-backup-item": "./notion-backup-item.js"
10
},
11
"repository": {
12
"type": "git",
0 commit comments