Skip to content

Commit

Permalink
fix: move assert-diff to devdeps, don't lock xml2js version
Browse files Browse the repository at this point in the history
  • Loading branch information
miraris committed Feb 8, 2021
1 parent 41f0933 commit 3c6539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "Promise-based AniDB client for Node.js.",
"main": "lib/anidb.js",
"dependencies": {
"assert-diff": "^3.0.2",
"got": "^11.8.1",
"xml2js": "0.4.23"
"xml2js": "^0.4.23"
},
"repository": {
"type": "git",
Expand All @@ -26,6 +25,7 @@
},
"homepage": "https://github.com/miraris/anidbjs",
"devDependencies": {
"assert-diff": "^3.0.2",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
Expand Down

0 comments on commit 3c6539e

Please sign in to comment.