Skip to content

Commit

Permalink
Release 0.8.0 (#56)
Browse files Browse the repository at this point in the history
- Tag & update deno.json
- Remove flaky test
- Remove unused dependencies
  • Loading branch information
mxdvl authored Dec 5, 2024
1 parent df0bbec commit f2d4860
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 102 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
- name: Lint
run: deno lint

- name: Test
run: deno test -A --no-check

- name: Check
run: deno check src/**.ts
4 changes: 1 addition & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxdvl/mononykus",
"version": "0.7.9",
"version": "0.8.0",
"license": "MIT",
"exports": "./src/build.ts",
"tasks": {
Expand All @@ -22,13 +22,11 @@
},
"imports": {
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3",
"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/async": "jsr:@std/async@^1.0.9",
"@std/cli": "jsr:@std/cli@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.6",
"@std/http": "jsr:@std/http@^1.0.11",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/testing": "jsr:@std/testing@^1.0.5",
"esbuild": "npm:esbuild@~0.24.0",
"prettier": "npm:prettier@^3.0.2",
"svelte": "npm:[email protected]"
Expand Down
44 changes: 2 additions & 42 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions src/build.test.ts

This file was deleted.

0 comments on commit f2d4860

Please sign in to comment.