File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 31
31
[ javascript-url ] : "javascript"
32
32
33
33
[ nodejs-image ] : https://img.shields.io/badge/node-%3E%3D%2012.0.0-green
34
- [ npm-url ] : https://npmjs.org/package/@ostrojs /logger " npm "
34
+ [ npm-url ] : https://npmjs.org/package/@ostro /logger " npm "
35
35
36
36
[ license-image ] : https://img.shields.io/github/license/ostrojs/logger
37
37
[ license-url ] : LICENSE.md " license "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ostro/logger" ,
3
3
"version" : " 0.0.0-alpha.0" ,
4
- "description" : " Ostrojs Logger module" ,
5
- "engines" : {
6
- "node" : " >= 12.0"
7
- },
4
+ "description" : " Logger module for OstroJS" ,
8
5
"main" : " LogManager.js" ,
9
6
"scripts" : {
10
7
"test" : " echo \" Error: no test specified\" && exit 1"
11
8
},
12
9
"dependencies" : {
13
- "@ostro/support" : " ^0.0.0-alpha.0 " ,
10
+ "@ostro/support" : " ^0.0.0-alpha" ,
14
11
"winston" : " ^3.3.3" ,
15
12
"winston-daily-rotate-file" : " ^4.5.5"
16
13
},
14
+ "engines" : {
15
+ "node" : " >=12.0.0"
16
+ },
17
+ "engineStrict" : true ,
17
18
"keywords" : [
18
19
" logger" ,
19
20
" logging" ,
You can’t perform that action at this time.
0 commit comments