mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-composer-quill.git
synced 2025-10-03 21:21:41 +08:00
fix: missing scheduler module
This commit is contained in:
parent
ee3a824fd1
commit
3effda71a8
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"readmeFilename": "README.md",
|
||||
"nbbpm": {
|
||||
"compatibility": "^1.15.2"
|
||||
"compatibility": "^1.17.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^3.2.0",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"../nodebb-plugin-composer-default/static/lib/composer/formatting.js",
|
||||
"../nodebb-plugin-composer-default/static/lib/composer/preview.js",
|
||||
"../nodebb-plugin-composer-default/static/lib/composer/resize.js",
|
||||
"../nodebb-plugin-composer-default/static/lib/composer/scheduler.js",
|
||||
"../nodebb-plugin-composer-default/static/lib/composer/tags.js",
|
||||
"../nodebb-plugin-composer-default/static/lib/composer/uploads.js",
|
||||
"./node_modules/screenfull/dist/screenfull.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue