Skip to content

Commit

Permalink
chore: remove unneeded declaration of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Nov 27, 2024
1 parent ffb1d83 commit 58487e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/sails-pay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sails-pay",
"version": "0.0.3",
"version": "0.0.4",
"description": "The modern payments engine for Sails applications",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,8 +30,5 @@
"hookName": "pay"
},
"author": "Kelvin Omereshone <[email protected]>",
"license": "MIT",
"dependencies": {
"@sails-pay/lemonsqueezy": "^0.0.1"
}
"license": "MIT"
}

0 comments on commit 58487e8

Please sign in to comment.