Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Mar 16, 2021
1 parent 10198dd commit ffbc70f
Show file tree
Hide file tree
Showing 2 changed files with 3 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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-slate-transformer",
"version": "0.2.5",
"version": "0.3.0",
"description": "remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand All @@ -17,7 +17,6 @@
"build-storybook": "build-storybook",
"prepublishOnly": "rimraf lib && npm run build && npm run tsc:d"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
Expand Down

0 comments on commit ffbc70f

Please sign in to comment.