Skip to content

Commit

Permalink
refactor after repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope committed Jun 4, 2022
1 parent 9f80a93 commit df80f3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions HELP.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PlanetPope Timestamper Companion Module
# Notion Timestamp Companion Module

Use this module to keep track of timestamps in Notion. All you need to use this module is:

* a Notion account
* a page within Notion
* an integration that has access to the page

To read the full documentation, including a step-by-step configuration of this module, visit the [wiki](https://github.com/bitfocus/companion-module-planetpope-timestamper/wiki).
To read the full documentation, including a step-by-step configuration of this module, visit the [wiki](https://github.com/bitfocus/companion-module-notion-timestamp/wiki).

## Available commands

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# companion-module-planetpope-timestamper
# companion-module-notion-timestamp

See [HELP.md](./HELP.md) and [LICENSE](./LICENSE)
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "planetpope-timestamper",
"name": "notion-timestamp",
"version": "1.0.0",
"api_version": "1.0.0",
"manufacturer": "PlanetPope",
"product": "Timestamper",
"shortname": "timestamper",
"manufacturer": "Notion",
"product": "Timestamp",
"shortname": "timestamp",
"keywords": [
"Timestamper",
"Timestamp",
"Notion"
],
"description": "Module to send timestamps to Notion",
"homepage": "https://github.com/bitfocus/companion-module-planetpope-timestamper",
"homepage": "https://github.com/bitfocus/companion-module-notion-timestamp",
"bugs": {
"url": "https://github.com/bitfocus/companion-module-planetpope-timestamper/issues"
"url": "https://github.com/bitfocus/companion-module-notion-timestamp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-planetpope-timestamper.git"
"url": "git+https://github.com/bitfocus/companion-module-notion-timestamp.git"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit df80f3a

Please sign in to comment.