Skip to content

Commit 5a72a74

Browse files
committed
refactor: Simplify package.json structure across multiple packages
1 parent 5de3ec8 commit 5a72a74

3 files changed

Lines changed: 6 additions & 30 deletions

File tree

packages/banger-editor/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"url": "http://github.com/kepta"
88
},
99
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
10-
"keywords": [
11-
"prosemirror",
12-
"rich text editor",
13-
"editor",
14-
"typescript"
15-
],
10+
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
1611
"homepage": "https://bangle.io",
1712
"bugs": {
1813
"url": "https://github.com/bangle-io/banger-editor/issues"
@@ -28,10 +23,7 @@
2823
"access": "public"
2924
},
3025
"main": "./src/index.ts",
31-
"files": [
32-
"dist",
33-
"src"
34-
],
26+
"files": ["dist", "src"],
3527
"scripts": {
3628
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
3729
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",

packages/pm-markdown/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"url": "http://github.com/kepta"
88
},
99
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
10-
"keywords": [
11-
"prosemirror",
12-
"rich text editor",
13-
"editor",
14-
"typescript"
15-
],
10+
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
1611
"homepage": "https://bangle.io",
1712
"bugs": {
1813
"url": "https://github.com/bangle-io/banger-editor/issues"
@@ -28,10 +23,7 @@
2823
"access": "public"
2924
},
3025
"main": "./src/index.ts",
31-
"files": [
32-
"dist",
33-
"src"
34-
],
26+
"files": ["dist", "src"],
3527
"scripts": {
3628
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
3729
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",

packages/prosemirror-all/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"url": "http://github.com/kepta"
88
},
99
"description": "A modern collection of ProseMirror packages for building powerful editing experiences",
10-
"keywords": [
11-
"prosemirror",
12-
"rich text editor",
13-
"editor",
14-
"typescript"
15-
],
10+
"keywords": ["prosemirror", "rich text editor", "editor", "typescript"],
1611
"homepage": "https://bangle.io",
1712
"bugs": {
1813
"url": "https://github.com/bangle-io/banger-editor/issues"
@@ -28,10 +23,7 @@
2823
"access": "public"
2924
},
3025
"main": "./src/index.ts",
31-
"files": [
32-
"dist",
33-
"src"
34-
],
26+
"files": ["dist", "src"],
3527
"scripts": {
3628
"prepublishOnly": "tsx ../../packages/tooling/scripts/prepublish-run.ts",
3729
"postpublish": "tsx ../../packages/tooling/scripts/postpublish-run.ts",

0 commit comments

Comments
 (0)