Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cac34af

Browse files
author
Michal Vlasák
committed
Add LICENSE, update package info
1 parent d588d0c commit cac34af

5 files changed

Lines changed: 35 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
package-lock.json
23
coverage
34
dist
45
.idea/*

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## [1.0.0] - 2018-10-17
1+
## [1.0.1] - 2018-11-02
22

33
### Changed
4-
- converted to Typescript
54
- renamed to `cosmas`
65
- moved to public GitHub repo
76

7+
## [1.0.0] - 2018-10-17
8+
9+
### Changed
10+
- converted to Typescript
11+
812
## [0.2.9] - 2018-10-15
913

1014
### Changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) [year], [fullname]
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Simple pino-based logger setup for Ackee purposes
1+
# Cosmas
2+
3+
[![Npm](https://img.shields.io/npm/v/cosmas.svg?style=flat-square)](https://www.npmjs.com/package/cosmas)
4+
[![License](https://img.shields.io/github/license/AckeeCZ/cosmas.svg?style=flat-square)](https://github.com/AckeeCZ/cosmas/blob/master/LICENSE)
5+
6+
Simple pino-based logger for all your writing needs
27

38
## How to use
49

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmas",
3-
"version": "1.0.0",
4-
"description": "Ackee Node Logger",
3+
"version": "1.0.1",
4+
"description": "Cosmas is a pino-based logger for all your writing needs",
55
"main": "./dist/index.js",
66
"scripts": {
77
"build": "tsc --strict --noImplicitReturns --noUnusedLocals --noUnusedParameters",
@@ -22,7 +22,11 @@
2222
"author": "Michal Vlasák <michal.vlasak@ackee.cz>",
2323
"license": "ISC",
2424
"engines": {
25-
"node": "6.14.3"
25+
"node": "^6.14.3"
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/AckeeCZ/cosmas"
2630
},
2731
"dependencies": {
2832
"@types/express": "^4.16.0",

0 commit comments

Comments
 (0)