Skip to content

Commit e0bb6b9

Browse files
authored
Merge pull request #1 from marshyonline/patch-1
Remove axios dependency + version bump
2 parents b147ff8 + 54fdce2 commit e0bb6b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsame",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "js SAME EAS message decoder",
55
"main": "app.js",
66
"keywords": [
@@ -11,8 +11,7 @@
1111
"FSK"
1212
],
1313
"dependencies": {
14-
"moment": "^2.18.1",
15-
"axios": "^0.19.2"
14+
"moment": "^2.18.1"
1615
},
1716
"publishConfig": { "registry": "https://registry.npmjs.org/" },
1817
"repository": {

0 commit comments

Comments
 (0)