Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Derenko authored and Vasyl Derenko committed Jul 26, 2023
1 parent 4cf23a8 commit a7c042e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ NovaPoshta © address and warehouse selects. It contains two selects, which requ

#### Script tag:

Go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types

```html
<script type="text/javascript" src="np-select.umd.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/build/np-select.umd.js"></script>
```

- Also you can go to `/build` folder and download `np-select.umd.js`, `np-select.d.ts` if you want to have `.ts` types


Now select is availiable under NpSelect global variable:

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "np-select",
"description": "Nova Poshta city and warehouse selects.",
"version": "1.0.2",
"version": "1.0.3",
"main": "build/np-select.js",
"scripts": {
"build": "tsc && vite --config vite.config.js build && npm run build:dts",
Expand Down

0 comments on commit a7c042e

Please sign in to comment.