Skip to content

Commit 54b5fc9

Browse files
some fixes
1 parent 207cec6 commit 54b5fc9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: '16.x'
14-
registry-url: 'https://npm.pkg.github.com'
14+
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
1616
- run: npm publish
1717
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install CopyShareify-js via npm:
2222
You can also include CopyShareify-js directly from a CDN by adding the following script tag to your HTML file:
2323

2424
```HTML
25-
<script src="https://cdn.jsdelivr.net/gh/HichemTab-tech/CopyShareify-js@1.2.0/dist/copyshareify.min.js"></script>
25+
<script src="https://cdn.jsdelivr.net/gh/HichemTab-tech/CopyShareify-js@1.2.1/dist/copyshareify.min.js"></script>
2626
```
2727

2828
### Local Download

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copyshareify-js",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "CopyShareify-js is a versatile JavaScript library that enhances buttons with customizable actions. With CopyShareify-js, you can effortlessly transform ordinary buttons into powerful tools that enable various actions, including copying content, sharing on social media platforms, and more.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)