File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ yarn add elfinder-node
25
25
26
26
## Usage
27
27
28
- This package should be implemented as a middleware for Express server. You can see an example of how this package is used [ here] ( /tests/app.js ) .
28
+ This package should be implemented as a middleware for Express server. You can see an example of how this package is used [ here] ( /tests ) .
29
29
30
30
Below is a summary of how it is used:
31
31
@@ -74,7 +74,7 @@ permissions: function (path) {
74
74
75
75
## Contributing
76
76
77
- There is more work to be done to take this project great. View the [ ROADMAP] ( /ROADMAP.md ) for a list of tasks to be done
77
+ There is more work to be done to make this project great. View the [ ROADMAP] ( /ROADMAP.md ) for a list of tasks to be done
78
78
79
79
## Credits
80
80
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elfinder-node" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " Elfinder adapter for NodeJS " ,
3
+ "version" : " 1.0.1 " ,
4
+ "description" : " A NodeJS connector/backend for elFinder file manager " ,
5
5
"main" : " src/elfinder.js" ,
6
6
7
7
"license" : " MIT" ,
37
37
"url" : " git+https://github.com/dekyfin/elfinder-node.git"
38
38
},
39
39
"keywords" : [
40
- " filemanager " ,
40
+ " file manager " ,
41
41
" elFinder" ,
42
42
" nodejs" ,
43
43
" connector"
You can’t perform that action at this time.
0 commit comments