Skip to content

Commit

Permalink
New version 0.0.1-beta.6 Read more https://github.com/mappable-world/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jul 20, 2023
1 parent 1369242 commit 0875c2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.5",
"version": "0.0.1-beta.6",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "index.js",
"main": "dist/index.js",
"dependencies": {
"yargs": "17.7.2"
},
Expand Down Expand Up @@ -52,6 +52,6 @@
],
"license": "Apache-2",
"bin": {
"mappable-package-utils": "./dist/index.js"
"mappable-cli": "./dist/index.js"
}
}
2 changes: 1 addition & 1 deletion tsconfig.cli.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": ["./tsconfig.json"],
"compilerOptions": {
"outDir": "bin"
"outDir": "dist"
},
"files": ["./src/index.ts"]
}

0 comments on commit 0875c2a

Please sign in to comment.