Skip to content

Commit 25ea3ef

Browse files
authored
add Klaus Hott Vidal (#124)
1 parent 592ce9a commit 25ea3ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry=https://registry.npmjs.org
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
@@ -41,6 +41,10 @@
4141
{
4242
"email": "victorio.franco@gmail.com",
4343
"name": "Franco Victorio"
44+
},
45+
{
46+
"email": "klahott@gmail.com",
47+
"name": "Klaus Hott Vidal"
4448
}
4549
],
4650
"license": "MIT",

0 commit comments

Comments
 (0)