Skip to content

Commit 40527da

Browse files
chore(deps): update deps (#666)
Signed-off-by: Victor Adossi <[email protected]>
1 parent 95af651 commit 40527da

File tree

4 files changed

+20
-1420
lines changed

4 files changed

+20
-1420
lines changed

.gitignore

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1+
# Editors
12
.vscode
23
*.swp
34
*.swo
4-
node_modules
5+
6+
# Generated ouput
57
/target
68
/obj
79
/dist
8-
/test/output
910
/jco.sh
10-
/docs/book
11+
12+
# Typescript
1113
/src/**/*.d.ts
1214
/src/**/*.d.ts.map
15+
16+
# Docs
17+
/docs/book
18+
19+
# Package management
20+
node_modules
21+
package-lock.json
22+
pnpm-lock.yaml
23+
24+
# Test output
1325
/tests/rundir
1426
/tests/output
1527
/tests/gen
16-
17-
# Test output
28+
/test/output
1829
test/fixtures/modules/hello_stdout.component.wasm
19-
package-lock.json
20-
pnpm-lock.yaml
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
dist
33
*.wasm
4-
pnpm-lock.yaml
4+
pnpm-lock.yaml
5+
package-lock.json

0 commit comments

Comments
 (0)