Skip to content

Commit

Permalink
chore: fixed link in readme, updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Jan 7, 2024
1 parent 3bbba2a commit 7ea5a14
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
node:
- '14'
- '16'
- '18'
- '20'
- '21'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
21 changes: 21 additions & 0 deletions LICENSE.md
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018-2024 Thomas Bergwinkl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
5 changes: 3 additions & 2 deletions README.md
@@ -1,8 +1,9 @@
# @rdfjs/sink-map
[![build status](https://img.shields.io/github/workflow/status/rdfjs-base/sink-map/Test)](https://github.com/rdfjs-base/sink-map/actions/workflows/test.yaml)

[![build status](https://img.shields.io/github/actions/workflow/status/rdfjs-base/sink-map/test.yaml?branch=master)](https://github.com/rdfjs-base/sink-map/actions/workflows/test.yaml)
[![npm version](https://img.shields.io/npm/v/@rdfjs/sink-map.svg)](https://www.npmjs.com/package/@rdfjs/sink-map)

Map for [RDF/JS Sink](http://rdf.js.org/#sink-interface) including shortcut methods.
Map for [RDF/JS Sink](http://rdf.js.org/stream-spec/#sink-interface) including shortcut methods.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/rdfjs-base/sink-map.git"
"url": "https://github.com/rdfjs-base/sink-map.git"
},
"keywords": [
"map",
Expand Down

0 comments on commit 7ea5a14

Please sign in to comment.