Skip to content

Commit f3a25da

Browse files
authored
1.0.0-alpha.60 (#390)
* bump version * s/2018/2020 * s/>=8/>=10 * optimize svg
1 parent b8d576c commit f3a25da

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 prettier-solidity
3+
Copyright (c) 2020 prettier-solidity
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

assets/telegram-badge.svg

Lines changed: 29 additions & 1 deletion
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-alpha.59",
3+
"version": "1.0.0-alpha.60",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
@@ -58,7 +58,7 @@
5858
},
5959
"homepage": "https://github.com/prettier-solidity/prettier-plugin-solidity#readme",
6060
"engines": {
61-
"node": ">=8"
61+
"node": ">=10"
6262
},
6363
"devDependencies": {
6464
"codecov": "^3.6.5",

0 commit comments

Comments
 (0)