Skip to content

Commit

Permalink
released v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 15, 2021
1 parent 51d51ce commit c8944a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-attr",
"version": "2.0.2",
"version": "2.0.3",
"description": "New syntax to add attributes to Markdown.",
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
Expand All @@ -10,8 +10,8 @@
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
"watch": "tsbb watch --no-esm --disable-babel",
"build": "tsbb build --no-esm --disable-babel",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down

0 comments on commit c8944a5

Please sign in to comment.