This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.1.13-alpha.3" | ||
"version": "0.1.13-alpha.4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blockstack/clarity-cli", | ||
"version": "0.1.13-alpha.3", | ||
"version": "0.1.13-alpha.4", | ||
"description": "The Clarity CLI is used to manage Clarity smart contracts from the command line.", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -56,7 +56,7 @@ | |
"@oclif/config": "^1.13.0", | ||
"@oclif/plugin-help": "^2.1.6", | ||
"fs-extra": "^8.0.1", | ||
"generator-clarity-dev": "^0.1.13-alpha.3", | ||
"generator-clarity-dev": "^0.1.13-alpha.4", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-clarity-dev", | ||
"version": "0.1.13-alpha.3", | ||
"version": "0.1.13-alpha.4", | ||
"description": "An npm initializer to setup a Clarity development environment", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -39,7 +39,7 @@ | |
"/cmd" | ||
], | ||
"dependencies": { | ||
"generator-clarity-dev": "^0.1.13-alpha.3" | ||
"generator-clarity-dev": "^0.1.13-alpha.4" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "generator-clarity-dev", | ||
"version": "0.1.13-alpha.3", | ||
"version": "0.1.13-alpha.4", | ||
"description": "Yeoman generator to setup a Clarity development environment", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|