Browse Source

Add version to custom Solhint plugin

(cherry picked from commit ce7e6042a8cb522ef6598778fe4b9483c8bc6d00)
Francisco 2 years ago
parent
commit
3a1e1bd336
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/solhint-custom/package.json

+ 1 - 0
scripts/solhint-custom/package.json

@@ -1,4 +1,5 @@
 {
   "name": "solhint-plugin-openzeppelin",
+  "version": "0.0.0",
   "private": true
 }