Skip to content

Commit 7f95cd2

Browse files
author
nezanuha
committed
Updated
1 parent 3bef9dc commit 7f95cd2

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.npmignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ src/
55
webpack.config.js
66
tsconfig.json
77

8+
node_modules/
89

910
# Ignore IDE/Editor configuration files
1011
.idea/
@@ -34,7 +35,4 @@ coverage/
3435

3536
# Ignore Next.js build output
3637
.next/
37-
out/
38-
39-
40-
!dist/
38+
out/

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "markdown-text-editor",
3-
"version": "0.0.8-beta.1",
3+
"version": "0.0.9-beta.1",
44
"description": "A powerful, easy-to-use Markdown editor with a real-time preview, syntax highlighting. Ideal for developers, writers, and content creators who need a seamless, interactive writing experience with full Markdown support.",
5-
"main": "dist/markdown-text-editor.js",
5+
"main": "./src/plugins/markdown/editor.js",
6+
"files": [
7+
"dist/**/*",
8+
"src/**/*"
9+
],
610
"repository": {
7-
"type": "github",
8-
"url": "git+https://github.com/nezanuha/markdown-text-editor.git"
11+
"type": "git",
12+
"url": "https://github.com/nezanuha/markdown-text-editor"
913
},
1014
"scripts": {
1115
"build": "webpack --mode=production",
@@ -41,12 +45,6 @@
4145
"bugs": {
4246
"url": "https://github.com/nezanuha/markdown-text-editor/issues"
4347
},
44-
"files": [
45-
"dist",
46-
"src",
47-
"README.md",
48-
"LICENSE"
49-
],
5048
"dependencies": {
5149
"marked": "^15.0.4",
5250
"tailwindcss": "^3.4.13"

0 commit comments

Comments
 (0)