Skip to content

Commit

Permalink
chore: Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
qafoori committed Jul 9, 2024
1 parent a0c3543 commit bb6e44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "l-list",
"name": "dsa-linked-list",
"version": "0.0.0",
"description": "Various linked list implementations on TypeScript",
"main": "dist/index.js",
"module": "dist/index.es.js",
"homepage": "https://github.com/qafoori/l-list",
"homepage": "https://github.com/qafoori/linked-lists",
"files": [
"dist",
"README.md"
],
"license": "MIT",
"private": false,
"repository": {
"url": "https://github.com/qafoori/l-list.git",
"url": "https://github.com/qafoori/linked-lists.git",
"type": "git"
},
"author": {
Expand Down

0 comments on commit bb6e44c

Please sign in to comment.