Skip to content

Commit c8bdd81

Browse files
[#116] 타입 필드 추가
1 parent ac5a8b5 commit c8bdd81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/markdown-lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@naverpay/markdown-lint",
33
"version": "0.0.3",
44
"description": "lint for markdown",
5-
"type": "commonjs",
65
"keywords": [
76
"naverpay",
87
"markdownlint"
@@ -15,6 +14,7 @@
1514
},
1615
"license": "MIT",
1716
"author": "@NaverPayDev/frontend",
17+
"type": "commonjs",
1818
"main": ".markdownlint.jsonc",
1919
"bin": {
2020
"markdownlint": "cli.js"

packages/prettier-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"author": "@NaverPayDev/frontend",
18+
"type": "commonjs",
1819
"main": "index.json",
1920
"devDependencies": {
2021
"prettier": "^3.5.3"

0 commit comments

Comments
 (0)