Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Mar 13, 2023
1 parent 0cc5056 commit 7f4708f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoist-to-md",
"version": "1.0.1",
"version": "1.0.2",
"description": "Turn your Todoist data into Markdown",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,5 +22,10 @@
"typescript": "^4.9.5"
},
"repository": "[email protected]:hjonin/todoist-to-md.git",
"files": ["dist", "LICENSE", "README.md", "package.json"]
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
]
}

0 comments on commit 7f4708f

Please sign in to comment.