Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 15, 2022
1 parent df50949 commit 8538f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "rehype-ignore",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ignore content display via HTML comments, Shown in GitHub readme, excluded in HTML.",
"homepage": "https://jaywcjlove.github.io/rehype-ignore",
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"sideEffects": false,
"type": "module",
"main": "lib/index.js",
"main": "./lib/index.js",
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
Expand Down

0 comments on commit 8538f5d

Please sign in to comment.