Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Update deps and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Sep 23, 2020
1 parent d5ec87d commit cd41e84
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
48 changes: 28 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "system-image-node-module",
"version": "1.0.11",
"version": "1.0.12",
"description": "UBports System image client/server module",
"main": "./src/module.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "git+https://github.com/ubports/system-image-node-module.git"
},
"author": "Marius Gripsgard <marius@ubports.com>",
"author": "Jan Sprinz <jan@ubports.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ubports/system-image-node-module/issues"
Expand All @@ -23,9 +23,9 @@
"axios": "^0.19.2",
"chai": "^4.2.0",
"checksum": "^0.1.1",
"coveralls": "^3.0.11",
"coveralls": "^3.1.0",
"download": "^8.0.0",
"mkdirp": "^0.5.4",
"mkdirp": "^0.5.5",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"request": "^2.88.2",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"moxios": "^0.4.0",
"prettier": "^1.19.1"
}
Expand Down

0 comments on commit cd41e84

Please sign in to comment.