Skip to content

Commit

Permalink
Publish 0.5.0 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Jan 27, 2022
1 parent 7dcb9d5 commit a234630
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@

First start by ensuring all requirements listed above are satisfied. Thereafter, you can use either of these options to install freyr:

- [NPM](https://github.com/npm/cli): `npm install -g miraclx/freyr-js`
- [Yarn](https://github.com/yarnpkg/yarn): `yarn global add miraclx/freyr-js`
- [NPM](https://github.com/npm/cli): `npm install -g freyr`
- [Yarn](https://github.com/yarnpkg/yarn): `yarn global add freyr`

- <details>
<summary>Or you can build from source</summary>
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freyr",
"version": "0.2.0",
"version": "0.5.0",
"description": "A versatile, service-agnostic music downloader and manager",
"main": "src/freyr.js",
"scripts": {
Expand Down

0 comments on commit a234630

Please sign in to comment.