Skip to content

Commit 155fe63

Browse files
committed
bump dep
1 parent 567667b commit 155fe63

File tree

6 files changed

+4
-39
lines changed

6 files changed

+4
-39
lines changed

qjs/cli/qjs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
const { run } = require("@easy-install/easy-install")
2-
const { join } = require("path")
3-
run(join(__dirname, "qjs.json"), "qjs")
2+
run("https://github.com/quickjs-ng/quickjs", "qjs")

qjs/cli/qjs.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

qjs/cli/setup.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
const { setup } = require("@easy-install/easy-install")
2-
const { join } = require("path")
3-
4-
setup(join(__dirname, "qjs.json"))
2+
setup("https://github.com/quickjs-ng/quickjs", "qjs")

qjsc/cli/qjsc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
const { run } = require("@easy-install/easy-install")
2-
const { join } = require("path")
3-
run(join(__dirname, "qjsc.json"), "qjsc")
2+
run("https://github.com/quickjs-ng/quickjs", "qjsc")

qjsc/cli/qjsc.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

qjsc/cli/setup.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
const { setup } = require("@easy-install/easy-install")
2-
const { join } = require("path")
3-
4-
setup(join(__dirname, "qjsc.json"))
2+
setup("https://github.com/quickjs-ng/quickjs", "qjs")

0 commit comments

Comments
 (0)