Skip to content

Commit

Permalink
Fixed what needed fixing and squished some bugs. 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
angel cruz committed Nov 25, 2020
1 parent 4114848 commit a996a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tepuilabsdev/enlamano",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pequeña librería para consumir los servicios de la financiera enlamano.com.uy",
"main": "index.js",
"keywords": [
Expand All @@ -20,6 +20,7 @@
"@babel/core": "^7.12.8",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/runtime": "^7.12.5",
"axios": "^0.21.0",
"babel-plugin-add-module-exports": "^1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/runtime@^7.8.4":
"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
version "7.12.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
Expand Down

0 comments on commit a996a68

Please sign in to comment.