소스 검색

refactor package.json

Yuken Tezuka 3 년 전
부모
커밋
1927bdb883
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 0
      packages/app/package.json
  2. 1 3
      packages/hackmd/package.json

+ 1 - 0
packages/app/package.json

@@ -99,6 +99,7 @@
     "detect-indent": "^7.0.0",
     "diff": "^5.0.0",
     "diff_match_patch": "^0.1.1",
+    "ejs": "^3.1.8",
     "entities": "^2.0.0",
     "esa-node": "^0.2.2",
     "escape-string-regexp": "=4.0.0",

+ 1 - 3
packages/hackmd/package.json

@@ -7,9 +7,7 @@
   "scripts": {
     "build": "vite build && cp ./src/index.js ./dist"
   },
-  "dependencies": {
-    "ejs": "^3.1.8"
-  },
+  "dependencies": {},
   "devDependencies": {
     "penpal": "^4.0.0",
     "throttle-debounce": "^3.0.1",