Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "discotify", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Discord Rich Presence for spotify in TypeScript", | ||
@@ -11,3 +11,5 @@ "homepage": "https://kurozero.xyz", | ||
"main": "index.ts", | ||
"scripts": { "start": "ts-node index.ts" }, | ||
"scripts": { | ||
"start": "ts-node index.ts" | ||
}, | ||
"author": "KurozeroPB <pepijn.vanden.broek@gmail.com>", | ||
@@ -28,3 +30,5 @@ "license": "GPL-3.0", | ||
], | ||
"bin": { "discotify": "./index.ts" }, | ||
"bin": { | ||
"discotify": "./index.ts" | ||
}, | ||
"dependencies": { | ||
@@ -42,5 +46,4 @@ "axios": "^0.17.1", | ||
"tslint": "^5.8.0", | ||
"typescript": "^2.6.2", | ||
"ts-node": "^3.3.0" | ||
"typescript": "^2.6.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# discotify `0.2.7` | ||
# discotify `0.2.8` | ||
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@0.2.7` | ||
`npm install -g discotify@0.2.8` | ||
@@ -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
6
55223