Skip to content

Commit

Permalink
Add trunk as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Dec 19, 2023
1 parent 5c55d53 commit 53d49f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"test": "node Makefile.js test",
"test:cli": "mocha",
"test:fuzz": "node Makefile.js fuzz",
"test:performance": "node Makefile.js perf"
"test:performance": "node Makefile.js perf",
"trunk": "trunk"
},
"gitHooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -104,6 +105,7 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@trunkio/launcher": "^1.2.4",
"@wdio/browser-runner": "^8.14.6",
"@wdio/cli": "^8.14.6",
"@wdio/concise-reporter": "^8.14.0",
Expand Down Expand Up @@ -176,4 +178,4 @@
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
}
}

0 comments on commit 53d49f6

Please sign in to comment.