Skip to content

Commit

Permalink
update: companion base and tools (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldrummerj authored May 14, 2024
1 parent 1f60e6b commit 7167e5d
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 311 deletions.
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "notion-timestamp",
"shortname": "timestamp",
"description": "Module to send timestamps to Notion",
"version": "2.0.0",
"version": "0.0.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-notion-timestamp.git",
"bugs": "https://github.com/bitfocus/companion-module-notion-timestamp/issues",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"name": "notion-timestamp",
"version": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-notion-timestamp.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"format": "prettier -w .",
"package": "companion-module-build"
},
"license": "MIT",
"dependencies": {
"@companion-module/base": "~1.4",
"@companion-module/base": "~1.8",
"got": "^13.0.0"
},
"devDependencies": {
"@companion-module/tools": "^1.3.1"
"@companion-module/tools": "^1.5.0"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
}
}
Loading

0 comments on commit 7167e5d

Please sign in to comment.