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

Commit

Permalink
Enable Yarn publish to npm (#223)
Browse files Browse the repository at this point in the history
* added keywords and description
* upgraded istanbul and solidity-coverage to address critical warnings
* made package public so we can publish to npm
* publish to org

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Jul 23, 2021
1 parent bec94f0 commit df6c435
Show file tree
Hide file tree
Showing 2 changed files with 882 additions and 528 deletions.
26 changes: 21 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "permissioning-smart-contracts",
"repository": "permissioning-smart-contracts",
"name": "@consensys-software/permissioning-smart-contracts",
"repository": {
"type": "git",
"url": "https://github.com/ConsenSys/permissioning-smart-contracts"
},
"license": "Apache-2.0",
"private": true,
"scripts": {
"lint:contracts": "yarn solium -d contracts",
"lint:app": "yarn prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css}\"",
Expand Down Expand Up @@ -73,7 +75,7 @@
"enzyme-to-json": "^3.3.5",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.2.0",
"husky": "^2.7.0",
"istanbul": "^0.4.5",
"lint-staged": "^8.1.6",
"mocha-junit-reporter": "^1.21.0",
Expand Down Expand Up @@ -109,5 +111,19 @@
"!**/src/index.tsx",
"!**/src/serviceWorker.ts"
]
}
},
"description": "Smart contracts and dapp implementing EEA spec onchain permissioning",
"version": "2.0.1",
"main": "README.md",
"directories": {
"test": "test"
},
"keywords": [
"EEA",
"besu",
"permissioning",
"onchain",
"quorum"
],
"author": "ConsenSys Software"
}
Loading

0 comments on commit df6c435

Please sign in to comment.