Skip to content

Commit

Permalink
feat: remove private mark
Browse files Browse the repository at this point in the history
  • Loading branch information
winetree94 committed May 8, 2024
1 parent 8bf3027 commit 5d37ddd
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion packages/_wip_command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/command.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"@edybara/mention": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/_wip_emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/emoji.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-inputrules": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/_wip_image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/image.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"@edybara/ui": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/_wip_mention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/mention.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"@edybara/ui": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/blockquote.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/code.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/codeblock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/codeblock.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/core.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"prosemirror-commands": "*",
"prosemirror-dropcursor": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/devkit.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/state": "^6.4.1",
Expand Down
1 change: 0 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "docs",
"version": "1.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --no-open --port 3031",
Expand Down
1 change: 0 additions & 1 deletion packages/flat-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/flat-list.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"orderedmap": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/flat-task-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/flat-list.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"@edybara/flat-list": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/font-family/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/heading.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/hr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-keymap": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/italic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/link.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"@edybara/ui": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/menubar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/menubar.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/blockquote": "*",
"@edybara/command": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/paragraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/paragraph.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"orderedmap": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/preset.css",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/blockquote": "*",
"@edybara/bold": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/strikethrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/subscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/superscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/text-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down
1 change: 0 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/index.js",
"style": "styles/ui.scss",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"emoji-datasource": ">=15.0.0",
"htm": ">=3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/underline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"dependencies": {
"@edybara/core": "*",
"prosemirror-commands": "*",
Expand Down

0 comments on commit 5d37ddd

Please sign in to comment.