diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..465b0632 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -522,6 +522,13 @@ export const projectList = [ "Npm is the package manager for JavaScript and the world’s largest software registry. Discover packages of reusable code — and assemble them in powerful new ways.", tags: ["Javascript", "Shell", "CSS", "HTML", "Rust"], }, + { + name: "pnpm", + imageSrc: "https://avatars.githubusercontent.com/u/21320719?v=4", + projectLink: "https://github.com/pnpm/pnpm/contribute", + description: "pnpm is a fast, disk space efficient package manager for JavaScript projects.", + tags: ["JavaScript", "Package Manager", "Node.js", "CLI"], + }, { name: "openEBS", imageSrc: "https://avatars1.githubusercontent.com/u/20769039?s=200&v=4", @@ -1458,4 +1465,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];