This commit is contained in:
Viktor Baranov 2023-02-23 13:39:16 +03:00
parent 65b33d0bc2
commit 4ccc21dc1e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@poanet/solidity-flattener",
"version": "3.0.8",
"version": "3.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@poanet/solidity-flattener",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"dependencies": {
"bunyan": "^1.8.12",

View File

@ -1,6 +1,6 @@
{
"name": "@poanet/solidity-flattener",
"version": "3.0.8",
"version": "3.0.9",
"description": "Combine solidity files to one flat file",
"scripts": {
"start": "node index.js",