Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Mar 18, 2021
1 parent b7b12ef commit cca6558
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "kill-the-newsletter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Convert email newsletters into Atom feeds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": "lib/index.js",
"bin": {
"kill-the-newsletter": "lib/index.js"
},
"repository": "leafac/kill-the-newsletter",
"keywords": [
"newsletter",
Expand Down

0 comments on commit cca6558

Please sign in to comment.