Skip to content

Commit

Permalink
Merge pull request #1 from marshyonline/patch-1
Browse files Browse the repository at this point in the history
Remove axios dependency + version bump
  • Loading branch information
MaxwellDPS authored Jan 15, 2022
2 parents b147ff8 + 54fdce2 commit e0bb6b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsame",
"version": "0.2.3",
"version": "0.2.4",
"description": "js SAME EAS message decoder",
"main": "app.js",
"keywords": [
Expand All @@ -11,8 +11,7 @@
"FSK"
],
"dependencies": {
"moment": "^2.18.1",
"axios": "^0.19.2"
"moment": "^2.18.1"
},
"publishConfig": { "registry": "https://registry.npmjs.org/" },
"repository": {
Expand Down

0 comments on commit e0bb6b9

Please sign in to comment.