Skip to content

Commit

Permalink
deps: remove ambiguous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jun 15, 2024
1 parent b685110 commit 54349c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 94 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: yarn

- name: Build tests
run: yarn run test:build
run: yarn run tests:build

- name: Perform tests
run: yarn run test
88 changes: 0 additions & 88 deletions assembly/__benches__/as-json.ts

This file was deleted.

1 change: 0 additions & 1 deletion assembly/__benches__/as-tral.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@
"prettier": "as-prettier -w ."
},
"devDependencies": {
"@as-pect/cli": "^8.1.0",
"@as-tral/cli": "^3.0.2",
"@assemblyscript/wasi-shim": "^0.1.0",
"as-bench": "^0.0.0-alpha",
"as-test": "JairusSW/as-test",
"assemblyscript": "^0.27.22",
"assemblyscript-prettier": "^3.0.1",
"benchmark": "^2.1.4",
"kati": "^0.6.2",
"microtime": "^3.1.1",
"prettier": "^3.1.1",
"tinybench": "^2.5.1",
Expand Down

0 comments on commit 54349c5

Please sign in to comment.