-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unneeded declaration of deps
- Loading branch information
1 parent
ffb1d83
commit 58487e8
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -30,8 +30,5 @@ | |
"hookName": "pay" | ||
}, | ||
"author": "Kelvin Omereshone <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@sails-pay/lemonsqueezy": "^0.0.1" | ||
} | ||
"license": "MIT" | ||
} |