payment-links 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +12 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.log("This package is reserved. Use `payment-link` instead: npx payment-link create")
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "payment-links",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "This package is reserved. Use `payment-link` instead: npx payment-link create",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"keywords": ["payment", "billing", "stripe", "saas", "loopix"],
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/loopixpay/loopix"
|
|
11
|
+
}
|
|
12
|
+
}
|