Skip to content

Commit

Permalink
Push to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Mar 2, 2019
1 parent 4702666 commit 919ad32
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "feed",
"version": "2.0.1",
"version": "2.0.4",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",
"homepage": "https://github.com/jpmonette",
"author": "Jean-Philippe Monette <contact@jpmonette.net>",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"noFallthroughCasesInSwitch": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"sourceMap": true,
"baseUrl": ".",
"target": "es5"
},
Expand Down

0 comments on commit 919ad32

Please sign in to comment.