Skip to content

Commit

Permalink
Merge pull request #3 from aarranz/feature/release-v1.4.0
Browse files Browse the repository at this point in the history
Prepare v1.4.0 release
  • Loading branch information
aarranz authored Jun 9, 2021
2 parents 636e034 + 695bc1c commit 94e3e9c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"vendor": "CoNWeT",
"vendor": "Ficodes",
"name": "ngsijs",
"version": "1.4.0-rc.1",
"description": "Node JavaScript library for Orion Context Broker",
"version": "1.4.0",
"description": "JavaScript library for the FIWARE Context Broker services (web browsers & Node.js)",
"main": "./ngsi-node.js",
"repository": {
"type": "git",
"url": "https://github.com/conwetlab/ngsijs"
"url": "https://github.com/Ficodes/ngsijs"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json"
Expand All @@ -22,15 +22,19 @@
"orion",
"wirecloud"
],
"author": "CoNWeT Lab., Universidad Politecnica de Madrid",
"author": {
"name": "Álvaro Arranz",
"email": "[email protected]",
"url": "https://www.ficodes.com"
},
"license": "AGPLv3 with linking exception",
"engines": {
"node": ">= 0.10.11"
},
"bugs": {
"url": "https://github.com/conwetlab/ngsijs/issues"
"url": "https://github.com/Ficodes/ngsijs/issues"
},
"homepage": "https://github.com/conwetlab/ngsijs",
"homepage": "https://github.com/Ficodes/ngsijs",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-bump": "^0.8.0",
Expand Down

0 comments on commit 94e3e9c

Please sign in to comment.