Skip to content

Commit

Permalink
Fix npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Jan 19, 2018
1 parent 35e1a33 commit 4437f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast",
"version": "1.0.0",
"version": "1.0.1",
"description": "Podcast RSS feed generator. A really simple API to add Podcast-RSS feeds to any project.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"test": "npm run lint && npm run build && ava"
},
"files": [
"src/*"
"dist/*"
],
"licenses": [
{
Expand Down

0 comments on commit 4437f2e

Please sign in to comment.