Skip to content

Commit

Permalink
Add zonos-elements w/ npm auto-update (#1860)
Browse files Browse the repository at this point in the history
* generate: add zonos-elements to cdnjs

* refactor: use default setting

* refactor: update name, npm target and add keywords

* refactor: add filename field

* refactor: apply suggestion
  • Loading branch information
Thienhuynh95 authored Aug 11, 2024
1 parent 4baf4b9 commit 3759baf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/z/zonos-elements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "zonos-elements",
"filename": "dist/scripts/loadZonos.js",
"description": "Zonos component UI for Stripe elements",
"keywords": [
"cross-border",
"international shopping",
"calculate-landed-cost",
"zonos",
"elements",
"payments",
"checkout"
],
"repository": {
"type": "git",
"url": "https://github.com/Zonos/zonos-elements-readme"
},
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "@zonos/elements",
"fileMap": [
{
"basePath": "",
"files": [
"dist/zonos-elements/*.@(css|js)",
"dist/zonos-elements/assets/*.@(jpeg|jpg|png|svg|ico)",
"dist/scripts/*.js"
]
}
]
}
}

0 comments on commit 3759baf

Please sign in to comment.