From a7c042ee751db50532038c246f16b0139628dc26 Mon Sep 17 00:00:00 2001 From: Vasyl Derenko Date: Wed, 26 Jul 2023 14:03:24 +0300 Subject: [PATCH] v1.0.3 --- README.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39a54f9..fa443b6 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` + - 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 diff --git a/package.json b/package.json index 46b6b00..f61ea51 100644 --- a/package.json +++ b/package.json @@ -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",