Skip to content

Commit

Permalink
Chore: Update test scripts, babel, jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 16, 2023
1 parent cbce610 commit 800cd7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epic-remark",
"version": "0.1.7",
"version": "0.1.8",
"description": "Epic Remark is an all-in-one markdown to HTML processor built on top of remark",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
Expand All @@ -11,7 +11,7 @@
"scripts": {
"build": "rollup -c",
"prep": "yarn prettier . --write && yarn build",
"test": "jest",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"example": "node ./scripts/runExample.js"
},
"jest": {
Expand Down

0 comments on commit 800cd7f

Please sign in to comment.