We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5bd71 commit b080a5cCopy full SHA for b080a5c
crates/cli/src/commands.rs
@@ -7,7 +7,7 @@ use pacquet_package_json::DependencyGroup;
7
#[derive(Parser, Debug)]
8
#[command(name = "pacquet")]
9
#[command(bin_name = "pacquet")]
10
-#[command(version = "0.1.2")]
+#[command(version = "0.1.3")]
11
#[command(about = "Experimental package manager for node.js")]
12
pub struct Cli {
13
#[command(subcommand)]
npm/pacquet/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pacquet",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "experimental package manager for node.js",
5
"keywords": [],
6
"author": {
0 commit comments