Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnhoffer committed Feb 1, 2022
2 parents 4698c33 + 098abac commit 6cf4d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"lint": "eslint src",
"build": "rm -rf build && tsc -b",
"format": "prettier --ignore-path .eslintignore --write .",
"c8": "npx --yes c8 --exclude demo uvu -r tsm -r esm tests",
"test": "uvu -r tsm -r esm tests",
"c8": "npx --yes c8 --exclude demo uvu -r tsm tests",
"test": "uvu -r tsm tests",
"demo": "vite serve demo --host"
},
"main": "build/index.js",
Expand Down Expand Up @@ -40,7 +40,6 @@
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-react": "^1.1.4",
"eslint": "^8.6.0",
"esm": "^3.2.25",
"hast-util-to-html": "^8.0.3",
"hastscript": "^7.0.2",
"history": "^5.2.0",
Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 6cf4d69

Please sign in to comment.