Skip to content

Commit

Permalink
chore(sails-pay): add lemonsqueezy
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Feb 18, 2024
1 parent 5933021 commit 2351c1d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 18 additions & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions packages/sails-pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.1",
"description": "The modern payments engine for Sails applications",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -31,5 +30,8 @@
"hookName": "pay"
},
"author": "Kelvin Omereshone <kelvin@sailscasts.com>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"@sails-pay/lemonsqueezy": "^0.0.1"
}
}

0 comments on commit 2351c1d

Please sign in to comment.