]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove empty dependencies block from package.json (#8550)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 1 Mar 2021 20:06:28 +0000 (12:06 -0800)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 20:06:28 +0000 (15:06 -0500)
package.json

index 6e0c84cad0bb8cb52b46371c9186391f03f3b7d6..2bf3000194208f76a361e7aa08a6288f5773a044 100644 (file)
@@ -87,6 +87,5 @@
     "typedoc": "^0.20.27",
     "typescript": "^4.1.5",
     "yargs": "^16.2.0"
-  },
-  "dependencies": {}
+  }
 }