Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calculuschild committed Oct 5, 2023
1 parent ffe83c7 commit 9675784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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": "marked-smartypants-lite",
"version": "1.0.0",
"version": "1.0.1",
"description": "marked extension for smartypants - lite version",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand All @@ -24,7 +24,7 @@
"scripts": {
"test": "npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --verbose",
"test:cover": "npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"lint:dry": "eslint .",
"lint:dry": "eslint .",
"lint": "eslint . --fix",
"build": "rollup -c rollup.config.js"
},
Expand Down

0 comments on commit 9675784

Please sign in to comment.