Skip to content

Commit

Permalink
chore: add react package json
Browse files Browse the repository at this point in the history
  • Loading branch information
2wce committed Jul 29, 2024
1 parent 986fa9a commit 847a779
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/live-preview-sdk/react/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@contentful/live-preview/react",
"version": "0.0.0-determined-by-semantic-release",
"author": "Contentful GmbH",
"license": "MIT",
"description": "Preview SDK for both the field tagging connection + live content updates (react)",
"source": "../src/react.tsx",
"main": "../dist/react.cjs",
"module": "../dist/react.js",
"typings": "../dist/react.d.ts",
"type": "module"
}

0 comments on commit 847a779

Please sign in to comment.