Skip to content

Commit

Permalink
fix: update package CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 1, 2023
1 parent bf8bfcd commit b0fd0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { hideBin } from "yargs/helpers";
import { generateProject } from "./generate";
import { infoProject } from "./info";
import { createProject } from "./new";
import * as pkg from "../package.json";

export const CLI_VERSION = pkg.version;
export const CLI_VERSION = "1.3.0-rc-1";

console.log(`\n[🐎 Expressots]\n`);

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"resolveJsonModule": false,
"target": "ES2017",
"lib": ["ES2017"],
"outDir": "bin",
Expand Down

0 comments on commit b0fd0c7

Please sign in to comment.