Skip to content

Commit e0d5b9a

Browse files
committed
Fix pointer to package.json
1 parent 7c11f8a commit e0d5b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formality-lang",
3-
"version": "0.3.87",
3+
"version": "0.3.88",
44
"description": "",
55
"main": "src/exports.js",
66
"bin": {

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function upload(file, global_path = {}) {
7474
}
7575

7676
if (args.v) {
77-
console.log(require("./package.json").version);
77+
console.log(require("./../package.json").version);
7878
process.exit();
7979
} else if (args.S || args.s) {
8080
var file_name = main;

0 commit comments

Comments
 (0)