Skip to content

Commit

Permalink
chore: fix release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
0x04 committed Jul 11, 2020
1 parent 3f036dd commit 79c4954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
example-files
.babelrc
.gitattributes
.github
.gitignore
.editorconfig
package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
"version": "1.0.1"
}
9 changes: 2 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# retro-remix-catcher

A tiny [CLI][CLI] script for collecting audio file links from retro remix
websites and store them as [M3U][M3U] playlist file.
A tiny CLI script for collecting audio file links from retro remix
websites and store them as M3U playlist file.


## Installation
Expand Down Expand Up @@ -88,8 +88,3 @@ Generated M3U files from the usage examples above:
[AmigaRemix]: https://amigaremix.com
[ExampleM3U_AmigaRemix]: ./example-files/amigaremix.com.m3u
[ExampleM3U_RKO]: ./example-files/remix.kwed.org.m3u


<!-- Appendix -->
[CLI]: https://en.wikipedia.org/wiki/Command-line_interface
[M3U]: https://en.wikipedia.org/wiki/M3U

0 comments on commit 79c4954

Please sign in to comment.