Skip to content

Commit

Permalink
Update package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Dec 6, 2023
1 parent b3ff171 commit 1434ca6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "quill-monorepo",
"version": "2.0.0-dev.4",
"description": "Your powerful, rich text editor",
"description": "Quill development environment",
"private": true,
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
"main": "dist/quill.js",
"homepage": "https://quilljs.com",
"config": {
"ports": {
"webpack": "9080",
Expand All @@ -22,12 +22,6 @@
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
},
"prettier": {
"singleQuote": true
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "run-p build:*",
"build:quill": "npm run build -w quill",
Expand All @@ -38,9 +32,13 @@
"lint": "npm run lint -w quill"
},
"keywords": [
"quill",
"editor",
"rich text",
"wysiwyg"
"wysiwyg",
"operational transformation",
"ot",
"framework"
],
"engines": {
"npm": ">=8.2.3"
Expand Down
11 changes: 8 additions & 3 deletions packages/quill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-dev.4",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
"homepage": "https://quilljs.com",
"main": "dist/quill.js",
"dependencies": {
"eventemitter3": "^4.0.7",
Expand Down Expand Up @@ -55,7 +55,8 @@
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/quilljs/quill"
"url": "https://github.com/quilljs/quill",
"directory": "packages/quill"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
Expand All @@ -79,9 +80,13 @@
"test:e2e": "playwright test"
},
"keywords": [
"quill",
"editor",
"rich text",
"wysiwyg"
"wysiwyg",
"operational transformation",
"ot",
"framework"
],
"engines": {
"npm": ">=8.2.3"
Expand Down
5 changes: 2 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "website",
"version": "1.0.0",
"description": "",
"version": "0.0.0",
"description": "Quill official website",
"private": true,
"main": "gatsby-browser.js",
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"scripts": {
"start": "gatsby develop --port $npm_package_config_ports_gatsby",
Expand Down

0 comments on commit 1434ca6

Please sign in to comment.