Skip to content

Commit

Permalink
fix: remove link: protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Apr 11, 2023
1 parent fde1ab1 commit 4ad266c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 253 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multidict",
"version": "1.0.5",
"version": "1.0.6",
"description": "MultiDict is a TypeScript implementation of a key-value store that supports multiple keys and values.",
"main": "./dist/MultiDict.js",
"module": "./dist/MultiDict.mjs",
Expand Down Expand Up @@ -55,8 +55,5 @@
"devDependencies": {
"esbuild": "^0.17.12",
"typescript": "^5.0.2"
},
"dependencies": {
"multidict": "link:/Users/vicary/Documents/Projects/vicary/multidict"
}
}
249 changes: 0 additions & 249 deletions pnpm-lock.yaml

This file was deleted.

0 comments on commit 4ad266c

Please sign in to comment.