diff --git a/LICENSE.md b/LICENSE.md index 231b515..7e80190 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Original dagre-d3 copyright: Copyright (c) 2013 Chris Pettitt Original dagre copyright: Copyright (c) 2012-2014 Chris Pettitt Original graphlib copyright: Copyright (c) 2012-2014 Chris Pettitt -Copyright (c) 2022-2023 Thibaut Lassalle and dagre-es contributors +Copyright (c) 2022-2024 Thibaut Lassalle, David Newell, Alois Klink, Sidharth Vinod and dagre-es contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 6cc15a6..cc72335 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "dagre-d3-es", "version": "7.0.11", "description": "", - "author": "Thibaut Lassalle", "license": "MIT", "main": "src/index.js", "type": "module", @@ -37,6 +36,24 @@ "typescript": "^5.6.2", "vitest": "^2.1.1" }, + "contributors": [ + { + "name": "Thibaut Lassalle", + "url": "https://tbo47.github.io/" + }, + { + "name": "Alois Klink", + "url": "https://github.com/aloisklink" + }, + { + "name": "David Newell", + "url": "https://github.com/rustedgrail" + }, + { + "name": "Sidharth Vinod", + "url": "https://github.com/sidharthv96" + } + ], "files": [ "src/**/*", "!src/**/*.test.js"