Skip to content

Commit

Permalink
Removed qs dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Exerra committed Oct 21, 2021
1 parent 4662749 commit 89d5ca5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 18 deletions.
48 changes: 34 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
"type": "git",
"url": "https://github.com/Exerra/node-musickit-api.git"
},
"keywords": ["node", "musickit", "node-musickit", "apple", "apple music", "music", "api"],
"keywords": [
"node",
"musickit",
"node-musickit",
"apple",
"apple music",
"music",
"api"
],
"author": "Exerra <[email protected]> (https://exerra.xyz)",
"license": "MIT",
"engines": {
"node" : ">=12"
"engines": {
"node": ">=12"
},
"dependencies": {
"axios": "^0.21.4",
Expand Down
1 change: 0 additions & 1 deletion src/personalized/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const jwt = require('jsonwebtoken')
const axios = require('axios')
const qs = require('qs')

const rootPath = "https://api.music.apple.com/v1"
let token
Expand Down

0 comments on commit 89d5ca5

Please sign in to comment.