Skip to content

Commit df9006e

Browse files
committed
chore: use latest pkg fork
1 parent 34eac22 commit df9006e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const path = require("path");
2-
const { exec } = require("pkg");
2+
const { exec } = require("@yao-pkg/pkg");
33
const webpack = require("webpack");
44

55
const { version } = require("./package.json");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"author": "Joshua Pohl",
3939
"license": "MIT",
4040
"devDependencies": {
41+
"@yao-pkg/pkg": "^5.8.0",
4142
"eslint": "^6.8.0",
4243
"eslint-config-prettier": "^6.11.0",
4344
"husky": "^4.2.5",
4445
"lint-staged": "^10.1.7",
45-
"pkg": "^5.8.0",
4646
"prettier": "2.3.2",
4747
"rimraf": "^3.0.2",
4848
"webpack": "^5.75.0"

0 commit comments

Comments
 (0)