Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zonos-elements w/ npm auto-update #1860

Merged
merged 6 commits into from
Aug 11, 2024
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions packages/z/zonos-elements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property main is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property module is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property es2017 is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property files is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property types is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property es2015 is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property unpkg is not allowed

Check failure on line 1 in packages/z/zonos-elements.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property collection is not allowed
"name": "zonos-elements",
"filename": "dist/scripts/loadZonos.js",
"description": "Zonos component UI for Stripe elements",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"unpkg": "dist/zonos-elements/zonos-elements.esm.js",
"collection": "dist/collection/collection-manifest.json",
Thienhuynh95 marked this conversation as resolved.
Show resolved Hide resolved
"keywords": [
"cross-border",
"international shopping",
"calculate-landed-cost",
"zonos",
"elements",
"payments",
"checkout"
],
"repository": {
"type": "git",
"url": "https://github.com/Zonos/zonos-elements-readme"
},
"files": [
"dist/",
"loader/"
],
Thienhuynh95 marked this conversation as resolved.
Show resolved Hide resolved
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "@zonos/elements",
"fileMap": [
{
"basePath": "",
"files": [
"**/*"
]
Thienhuynh95 marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
}
Loading