Comparing version 0.2.16 to 0.2.17
@@ -77,3 +77,3 @@ #!/usr/bin/env ts-node | ||
let version = ~~(require('./package.json').version.split('.').join('')); | ||
axios.get('https://raw.githubusercontent.com/KurozeroPB/discotify/master/package.json') | ||
axios.get('https://raw.githubusercontent.com/KurozeroPB/discotify/cli/package.json') | ||
.then((res) => { | ||
@@ -80,0 +80,0 @@ if (res.status !== 200) { |
{ | ||
"name": "discotify", | ||
"version": "0.2.16", | ||
"version": "0.2.17", | ||
"description": "Discord Rich Presence for spotify in TypeScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://kurozero.xyz", |
@@ -1,2 +0,2 @@ | ||
# discotify `0.2.16` | ||
# discotify `0.2.17` | ||
Spotify Rich Presence for Discord in TypeScript<br/> | ||
@@ -6,3 +6,3 @@ *shows your currently playing song as a fancy rich presence in Discord* | ||
Install globally with:<br/> | ||
`npm install -g discotify@latest` | ||
`npm install -g discotify@0.2.17` | ||
@@ -9,0 +9,0 @@ ## Requirements |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49877