diff --git a/packages/sails-pay/package.json b/packages/sails-pay/package.json index b86d080..d2d3a94 100644 --- a/packages/sails-pay/package.json +++ b/packages/sails-pay/package.json @@ -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 ", - "license": "MIT", - "dependencies": { - "@sails-pay/lemonsqueezy": "^0.0.1" - } + "license": "MIT" }