Skip to content

Commit

Permalink
chore: move files before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 9, 2024
1 parent 0a5a69a commit 1373d7c
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion README.md → packages/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[![CI](https://img.shields.io/github/actions/workflow/status/meandavejustice/helia-http/main.yml?branch=main\&style=flat-square)](https://github.com/meandavejustice/helia-http/actions/workflows/main.yml?query=branch%3Amain)

# Helia-http
> An lightweight implementation of IPFS over HTTP in JavaScript

> A lightweight implementation of IPFS over HTTP in JavaScript
## About

Expand Down
2 changes: 1 addition & 1 deletion package.json → packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@helia/http",
"version": "0.9.0",
"description": "Helia http without libp2p (lightweight)",
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/meandavejustice/helia-http#readme",
"repository": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json → packages/http/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"include": [
"src",
"test"
"packages/http/test"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1373d7c

Please sign in to comment.