Skip to content

Commit

Permalink
Merge branch 'main' into sean/add-react-componenet-example-to-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcqua007 authored Aug 20, 2024
2 parents ce4f4d5 + 215e42e commit 085e77e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

.idea

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -55,7 +57,7 @@ coverage
.yarn/install-state.gz
.pnp.*

#Other
#Other
.DS_store
node_modules
temp
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thebeyondgroup/shopify-rich-text-renderer",
"version": "2.0.1",
"version": "2.0.3",
"description": "Convert Shopify's Metafields/Metaobjects rich text type from a rich text AST/schema to HTML. Works great with hydrogen/headless & regular storefronts.",
"main": "src/index.js",
"repository": "https://github.com/TheBeyondGroup/shopify-rich-text-renderer.git",
Expand Down Expand Up @@ -69,7 +69,8 @@
"readme.md",
"LICENSE",
"src",
"dist"
"dist",
"index.d.ts"
],
"homepage": "https://github.com/TheBeyondGroup/shopify-rich-text-renderer#readme",
"bugs": {
Expand Down

0 comments on commit 085e77e

Please sign in to comment.