Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
rename repo with npm naming policy
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Apr 6, 2019
1 parent fd69d6f commit a759d90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "Rouge-Protocol",
"name": "rouge-protocol-solidity",
"version": "0.17.0+190506",
"description": "The Rouge Project - Note and Voucher Protocol",
"description": "Solidity contracts for the Rouge protocol (note and voucher protocol)",
"main": "",
"files": [
"build",
"src"
],
"keywords": [
"solidity",
"ethereum",
"rge",
"rouge",
"coupon",
"voucher",
"ticket"
Expand All @@ -18,7 +21,7 @@
"Valentin D. Guillois <[email protected]>"
],
"license": "AGPL-3.0-only",
"repository": "TheRougeProject/Rouge-Protocol-ETH",
"repository": "TheRougeProject/rouge-protocol-solidity",
"scripts": {
"prepublish": "yarn run build",
"precommit": "yarn run test",
Expand Down

0 comments on commit a759d90

Please sign in to comment.