1.0.1
This commit is contained in:
parent
ad205b2e9a
commit
7315233c34
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nla",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Natural Language Agreement Oracle - CLI for creating and managing blockchain agreements using natural language",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
|
|
@ -40,9 +40,9 @@
|
|||
"scripts": {
|
||||
"build": "tsc --project tsconfig.build.json && chmod +x dist/cli/index.js",
|
||||
"prepublishOnly": "npm run build",
|
||||
"patch":"npm version patch",
|
||||
"minor":"npm version minor",
|
||||
"major":"npm version major",
|
||||
"patch": "npm version patch",
|
||||
"minor": "npm version minor",
|
||||
"major": "npm version major",
|
||||
"publish": "npm publish --dry-run",
|
||||
"dev": "bun run index.ts",
|
||||
"start": "bun run index.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue