Skip to content

Commit

Permalink
build: add missing metadata to all package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 23, 2023
1 parent f3064a3 commit 74713fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@measured/puck",
"version": "0.13.0",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
"homepage": "https://puckeditor.com",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-puck-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "create-puck-app",
"version": "0.13.0",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
"homepage": "https://puckeditor.com",
"private": false,
"license": "MIT",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-heading-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@measured/puck-plugin-heading-analyzer",
"version": "0.13.0",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
"homepage": "https://puckeditor.com",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 74713fd

Please sign in to comment.