Skip to content

Commit 8919aca

Browse files
author
ostrojs
committed
package.json and rename license
1 parent beb7c18 commit 8919aca

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[javascript-url]: "javascript"
3232

3333
[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"
3535

3636
[license-image]: https://img.shields.io/github/license/ostrojs/logger
3737
[license-url]: LICENSE.md "license"

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "@ostro/logger",
33
"version": "0.0.0-alpha.0",
4-
"description": "Ostrojs Logger module",
5-
"engines": {
6-
"node": ">= 12.0"
7-
},
4+
"description": "Logger module for OstroJS",
85
"main": "LogManager.js",
96
"scripts": {
107
"test": "echo \"Error: no test specified\" && exit 1"
118
},
129
"dependencies": {
13-
"@ostro/support": "^0.0.0-alpha.0",
10+
"@ostro/support": "^0.0.0-alpha",
1411
"winston": "^3.3.3",
1512
"winston-daily-rotate-file": "^4.5.5"
1613
},
14+
"engines": {
15+
"node": ">=12.0.0"
16+
},
17+
"engineStrict": true,
1718
"keywords": [
1819
"logger",
1920
"logging",

0 commit comments

Comments
 (0)