We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592ce9a commit 25ea3efCopy full SHA for 25ea3ef
.npmrc
@@ -1 +1 @@
1
-registry=https://registry.npmjs.org
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
package.json
@@ -1,6 +1,6 @@
{
2
"name": "prettier-plugin-solidity",
3
- "version": "1.0.0-alpha.19",
+ "version": "1.0.0-alpha.20",
4
"description": "prettier plugin for solidity",
5
"main": "src",
6
"scripts": {
@@ -41,6 +41,10 @@
41
42
"email": "victorio.franco@gmail.com",
43
"name": "Franco Victorio"
44
+ },
45
+ {
46
+ "email": "klahott@gmail.com",
47
+ "name": "Klaus Hott Vidal"
48
}
49
],
50
"license": "MIT",
0 commit comments