Skip to content

Commit

Permalink
update outdated package and ignore .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
agung96tm committed Feb 13, 2021
1 parent 642fdde commit 6fd0e23
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 107 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.idea/
202 changes: 102 additions & 100 deletions package-lock.json

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

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "adonis-midtrans",
"version": "1.0.1",
"version": "1.1.0",
"description": "Midtrans Payment Gateway for Adonis Framework",
"main": "instructions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agung96tm/adonis-midtrans.git"
Expand All @@ -21,8 +18,8 @@
"author": "agung96tm",
"license": "MIT",
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.1",
"midtrans-client": "^1.0.3"
"@adonisjs/generic-exceptions": "^3.0.1",
"midtrans-client": "^1.2.2"
},
"devDependencies": {
"@adonisjs/fold": "^4.0.9"
Expand Down

0 comments on commit 6fd0e23

Please sign in to comment.