mirror of
https://github.com/Studio-42/elFinder.git
synced 2026-06-19 07:37:19 +00:00
build: add elfinder-minimal
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@
|
||||
"description": "File manager for web",
|
||||
"main": "Jakefile.js",
|
||||
"scripts": {
|
||||
"build": "mkdir ./build && jake -C ./build elfinder"
|
||||
"build": "mkdir ./build && jake -C ./build elfinder",
|
||||
"build-minimal": "mkdir ./build && jake -C ./build elfinder-minimal"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user