Skip to content

Commit b6aa2c6

Browse files
authored
Merge pull request #2 from thilo/main
updated package json
2 parents 90fcfad + 4646a1f commit b6aa2c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎package.json‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"name": "notion-backup",
33
"version": "1.1.1",
44
"description": "Notion exporter meant to be used as part of a GitHub workflow",
5-
"main": "./cli.js",
5+
"main": "./notion-backup.js",
66
"bin": {
77
"notion-backup": "./notion-backup.js",
8-
"notion-backup-page": "./notion-backup-page.js",
9-
"notion-backup-collection": "./notion-backup-collection.js"
8+
"notion-backup-item": "./notion-backup-item.js"
109
},
1110
"repository": {
1211
"type": "git",

0 commit comments

Comments
 (0)