Преглед изворни кода

Merge branch 'feat/106332-refactor-hackmd' into support/106321-refactor-hackmd-routing

Yuken Tezuka пре 3 година
родитељ
комит
239ae16c4b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/hackmd/package.json

+ 2 - 2
packages/hackmd/package.json

@@ -1,16 +1,16 @@
 {
   "name": "@growi/hackmd",
   "version": "6.0.0-RC.1",
-  "description": "GROWI js files to use hackmd",
+  "description": "GROWI js and css files to use hackmd",
   "license": "MIT",
   "scripts": {
     "build": "vite build"
   },
   "dependencies": {
-    "throttle-debounce": "^3.0.1"
   },
   "devDependencies": {
     "penpal": "^4.0.0",
+    "throttle-debounce": "^3.0.1",
     "vite": "^3.1.0"
   }
 }