Skip to content

Commit 919ad32

Browse files
committed
Push to 2.0.4
1 parent 4702666 commit 919ad32

File tree

3 files changed

+579
-1
lines changed

3 files changed

+579
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feed",
3-
"version": "2.0.1",
3+
"version": "2.0.4",
44
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",
55
"homepage": "https://github.com/jpmonette",
66
"author": "Jean-Philippe Monette <[email protected]>",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"noFallthroughCasesInSwitch": true,
99
"allowUnreachableCode": false,
1010
"allowUnusedLabels": false,
11+
"sourceMap": true,
1112
"baseUrl": ".",
1213
"target": "es5"
1314
},

0 commit comments

Comments
 (0)