diff --git a/.gitignore b/.gitignore index ede8588..d7bdc76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ network.txt node_modules/ dist/ -system.txt \ No newline at end of file +system.txt +packages/ \ No newline at end of file diff --git a/package.json b/package.json index 29e4377..68edc1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@debros/cli", - "version": "0.0.11-alpha", + "version": "0.0.12-alpha", "description": "DeBros CLI tool for managing deployments to the DeBros network", "type": "module", "main": "dist/index.js",