Skip to content

Commit

Permalink
0.2.2 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix-stripe committed Feb 1, 2023
1 parent 4422447 commit 60a2c83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@markdoc/markdoc",
"author": "Ryan Paul",
"version": "0.2.1",
"version": "0.2.2",
"description": "A text markup language for documentation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -40,8 +40,12 @@
"react": "*"
},
"peerDependenciesMeta": {
"@types/react": {"optional": true},
"react": {"optional": true}
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
},
"devDependencies": {
"@types/jasmine": "^3.10.2",
Expand Down

0 comments on commit 60a2c83

Please sign in to comment.