Skip to content

Commit

Permalink
Update names of NPM packages
Browse files Browse the repository at this point in the history
(As a consequence of the fork)
  • Loading branch information
csillag committed Jul 7, 2024
1 parent ff2f7a5 commit 283f4a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@oasisprotocol/demo-voting-contracts",
"name": "@oasisprotocol/side-dao-contracts",
"version": "1.0.0",
"license": "MIT",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend.demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@oasisprotocol/demo-voting-frontend",
"name": "@oasisprotocol/side-dao-demo-frontend",
"version": "1.0.0",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@oasisprotocol/demo-voting-hardhat",
"name": "@oasisprotocol/side-dao-hardhat",
"version": "1.0.0",
"license": "MIT",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit 283f4a0

Please sign in to comment.