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

Commit df6c435

Browse files
authored
Enable Yarn publish to npm (#223)
* 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 <sally.macfarlane@consensys.net>
1 parent bec94f0 commit df6c435

File tree

2 files changed

+882
-528
lines changed

2 files changed

+882
-528
lines changed

package.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"name": "permissioning-smart-contracts",
3-
"repository": "permissioning-smart-contracts",
2+
"name": "@consensys-software/permissioning-smart-contracts",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/ConsenSys/permissioning-smart-contracts"
6+
},
47
"license": "Apache-2.0",
5-
"private": true,
68
"scripts": {
79
"lint:contracts": "yarn solium -d contracts",
810
"lint:app": "yarn prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css}\"",
@@ -73,7 +75,7 @@
7375
"enzyme-to-json": "^3.3.5",
7476
"eslint-config-prettier": "^6.0.0",
7577
"eslint-plugin-prettier": "^3.1.0",
76-
"husky": "^2.2.0",
78+
"husky": "^2.7.0",
7779
"istanbul": "^0.4.5",
7880
"lint-staged": "^8.1.6",
7981
"mocha-junit-reporter": "^1.21.0",
@@ -109,5 +111,19 @@
109111
"!**/src/index.tsx",
110112
"!**/src/serviceWorker.ts"
111113
]
112-
}
114+
},
115+
"description": "Smart contracts and dapp implementing EEA spec onchain permissioning",
116+
"version": "2.0.1",
117+
"main": "README.md",
118+
"directories": {
119+
"test": "test"
120+
},
121+
"keywords": [
122+
"EEA",
123+
"besu",
124+
"permissioning",
125+
"onchain",
126+
"quorum"
127+
],
128+
"author": "ConsenSys Software"
113129
}

0 commit comments

Comments
 (0)