Skip to content

Commit

Permalink
fix: npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Jun 14, 2020
1 parent 5f2158f commit 750621f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/bytemd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"svelte": "src/index.js",
"files": [
"**/dist",
"src/*.{svelte,js,d.ts}"
"**/src/*.{svelte,js,d.ts}"
],
"dependencies": {
"@types/codemirror": "^0.0.87",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"files": [
"**/dist",
"src/*.{js,d.ts}"
"dist",
"src/*.d.ts"
],
"dependencies": {
"rehype-highlight": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"files": [
"**/dist",
"src/*.{js,d.ts}"
"dist",
"src/*.d.ts"
],
"dependencies": {
"rehype-katex": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"files": [
"**/dist",
"src/*.{js,d.ts}"
"dist",
"src/*.d.ts"
],
"dependencies": {
"@types/mermaid": "^8.2.1",
Expand Down

0 comments on commit 750621f

Please sign in to comment.