Skip to content

Commit

Permalink
Merge pull request #44 from map3xyz/fix/release
Browse files Browse the repository at this point in the history
fix: remove assets from releaserc
  • Loading branch information
plondon authored Dec 23, 2022
2 parents 18bd4bc + eb5ac70 commit a4b7a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/index.css",
"label": "CSS distribution"
},
{
"path": "dist/global/index.js",
"label": "JS distribution"
}
]
}
],
"@semantic-release/github",
[
"@semantic-release/npm",
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<html lang="en">
<head>
...
<script src="https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk/dist/global/index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk/dist/index.css"></link>
<script src="https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk@latest/dist/global/index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/map3xyz/payments-sdk@latest/dist/index.css"></link>
</head>

<body>
Expand Down

0 comments on commit a4b7a75

Please sign in to comment.