Skip to content

Commit

Permalink
Merge c06f92b into fc07e85
Browse files Browse the repository at this point in the history
  • Loading branch information
javisantos committed Apr 16, 2020
2 parents fc07e85 + c06f92b commit aeae179
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 87 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@lorena-ssi/zenroom-lib",
"version": "1.4.9",
"version": "1.5.0",
"description": "zenroom-lib is a javascript library to interact with the Zenroom Virtual Machine",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/caelum-tech/lorena/zenroom-lib.git#readme",
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/core": "^7.9.0",
"js-base64": "^2.5.2",
"zenroom": "^1.0.5"
},
Expand All @@ -32,14 +32,14 @@
"eslint-config-standard": "^14.1.1",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-jsdoc": "^23.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.3",
"husky": "^4.2.5",
"mocha": "^7.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.0"
"nyc": "^15.0.1"
},
"scripts": {
"start": "node src/index.js",
Expand Down

0 comments on commit aeae179

Please sign in to comment.