Skip to content

Commit

Permalink
Actualizar configuración de ESLint, Babel y PostCSS y añadir generado…
Browse files Browse the repository at this point in the history
…r de changelog
  • Loading branch information
AdrianVillamayor committed Oct 15, 2024
1 parent c275634 commit f2316ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:

- name: Run ESLint
run: npm run lint

- name: Generate changelog
uses: janheinrichmerker/action-github-changelog-generator@v2.4

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ npm install @adrii_/wizard-js
For <a href="https://www.jsdelivr.com/package/gh/AdrianVillamayor/Wizard-JS" target="_blank">CDN</a> usage:

```html
<script src="https://cdn.jsdelivr.net/gh/AdrianVillamayor/Wizard-JS@2.0.3/dist/wizard.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AdrianVillamayor/Wizard-JS@2.0.3/styles/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AdrianVillamayor/Wizard-JS@2.0.3/dist/main.min.css">

<script src="https://cdn.jsdelivr.net/gh/AdrianVillamayor/Wizard-JS@2.0.3/dist/index.js"></script>
```

## Usage
Expand Down

0 comments on commit f2316ba

Please sign in to comment.