Skip to content

Commit

Permalink
[deps] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naranjamecanica committed Jun 3, 2020
1 parent d0d0f96 commit 6585711
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-air-sdk",
"version": "0.2.1",
"version": "0.3.0",
"description": "AIR SDK for nodejs",
"main": "lib/air",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"flashplayer"
],
"author": {
"name": "Maxwell Da Silva",
"email": "dayvson@gmail.com"
"name": "Martijn Swart",
"email": "opensource@studiokloek.nl"
},
"bin": {
"mxmlc": "./bin/mxmlc",
Expand All @@ -30,16 +30,16 @@
},
"license": "MIT",
"dependencies": {
"playerglobal-latest": "^0.1.6",
"request": "^2.51.0",
"shelljs": "^0.7.7",
"request-progress": "^3.0.0"
"playerglobal-latest": "^0.1.7",
"request": "^2.88.2",
"shelljs": "^0.8.4",
"request-progress": "^3.0.0",
"adm-zip": "^0.4.14"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"chai": "^3.5.0",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"jshint": "^2.6.0",
"mocha": "^3.2.0"
"jshint": "^2.11.1",
"mocha": "^7.2.0"
}
}
}

0 comments on commit 6585711

Please sign in to comment.