Skip to content

Commit

Permalink
fix: cli package downloading unknown fetch package (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatmitra91 authored Apr 18, 2024
1 parent 3f059e5 commit 709f1f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/quiet-apples-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@empiricalrun/fetch": minor
"@empiricalrun/cli": patch
---

fix: cli not package not able to resolve fetch package
5 changes: 4 additions & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@empiricalrun/fetch",
"version": "0.1.0",
"private": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "dist/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 709f1f5

Please sign in to comment.