Skip to content

Commit 106ff1c

Browse files
committed
Add Node.js support to @effectionx/tinyexec
- Create package.json with npm exports and dependencies - Add tinyexec to pnpm workspace
1 parent ed141d1 commit 106ff1c

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

pnpm-lock.yaml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- "bdd"
33
- "test-adapter"
4+
- "tinyexec"

tinyexec/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "@effectionx/tinyexec",
3+
"version": "0.3.1",
4+
"type": "module",
5+
"license": "MIT",
6+
"exports": "./mod.ts",
7+
"dependencies": {
8+
"effection": "^3",
9+
"tinyexec": "^0.3.2"
10+
}
11+
}

0 commit comments

Comments
 (0)