Skip to content

Commit 40d664a

Browse files
committed
0.2.1
1 parent f0d2cf9 commit 40d664a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contract-shield-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"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.",
55
"main": "index.js",
66
"bin": {
@@ -36,4 +36,4 @@
3636
"devDependencies": {
3737
"jest": "^29.7.0"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)