Skip to content

Commit

Permalink
fixed cjs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Sep 9, 2023
1 parent 64150e9 commit 1a62033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
registry-url: "https://npm.pkg.github.com"

Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="https://unpkg.com/@mayank1513/vue-tag-input"></script>
<link
rel="stylesheet"
href="https://unpkg.com/@mayank1513/[email protected].0/style.css"
href="https://unpkg.com/@mayank1513/[email protected].3/style.css"
/>
<style>
#app {
Expand Down

0 comments on commit 1a62033

Please sign in to comment.