Skip to content

Commit

Permalink
Revert "fix: import path of index.ts" (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Jan 22, 2024
1 parent 28c93b2 commit 7e508e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*", "examples/native", "examples/snark"]

[workspace.package]
version = "0.5.5"
version = "0.5.4"
edition = "2021"
license = "GPL-3.0"
authors = ["RND <dev@ringsnetwork.io>"]
Expand Down
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./rings_node";
export * from "./rings_node_proto";
export * from "./dist/rings_node";
export * from "./dist/rings_node_proto";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"RND <dev@ringsnetwork.io>"
],
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n",
"version": "0.5.5",
"version": "0.5.4",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7e508e3

Please sign in to comment.