diff --git a/package-lock.json b/package-lock.json index 7cd954e..f236b08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contract-shield-cli", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "contract-shield-cli", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 16ba7f2..0bf5e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contract-shield-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "A CLI tool that verifies preconditions, postconditions, and invariants in contracts without altering their original source code. `contract-shield-cli` enforces Design by Contract principles externally, ensuring contracts behave as expected while preserving their integrity.", "main": "index.js", "bin": { @@ -10,15 +10,15 @@ "test": "jest", "start": "node index.js" }, - "keywords": { + "keywords": [ "static-analysis", "developer-tools", - "software-engineering", - "formal-methods", - "program-verification", - "automated-testing", - "debugging-tools" - }, + "software-engineering", + "formal-methods", + "program-verification", + "automated-testing", + "debugging-tools" + ], "author": { "name": "Ion Gireada", "url": "https://github.com/ioncakephper/contract-shield-cli"