Skip to content

Commit

Permalink
Merge 9192206 into 5bfd383
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Apr 24, 2022
2 parents 5bfd383 + 9192206 commit ec39e27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -3,6 +3,7 @@ node_modules/
test/
coverage/
docs/
signatures/
.git
.github
.gitignore
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## node-red-contrib-letsfiware-NGSI v0.0.1-next
## node-red-contrib-letsfiware-NGSI v0.1.0 - 24 April, 2022

- ADD pull request template (#3)
- ADD status badges (#2)
Expand Down
6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-letsfiware-ngsi",
"version": "0.0.1",
"version": "0.1.0",
"description": "Node-RED implementation for FIWARE Open APIs",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js --ext .json --ext .js src || eslint -c .eslintrc.html.json --ext .html src",
Expand Down Expand Up @@ -34,6 +34,10 @@
],
"author": "Kazuhito Suda",
"license": "MIT",
"bugs": {
"url": "https://github.com/lets-fiware/node-red-contrib-letsfiware-NGSI/issues"
},
"homepage": "https://node-red-contrib-letsfiware-ngsi.letsfiware.jp/",
"dependencies": {
"axios": "^0.26.1",
"gtfs-realtime-bindings": "0.0.6"
Expand Down

0 comments on commit ec39e27

Please sign in to comment.