Skip to content

Commit

Permalink
000304 change version and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-ab committed May 25, 2021
1 parent 224a666 commit 5ca1eb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ npm i @alireza-ab/vue-persian-datepicker

### Usage

```vue
import datePicker from '@alireza-ab/vue-persian-datepicker'
```js
import datePicker from "@alireza-ab/vue-persian-datepicker";

new Vue({
components: { datePicker },
el: '#app'
})
components: { datePicker },
el: "#app",
});
```

```
```html
<date-picker></date-picker>
```

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": "@alireza-ab/vue-persian-datepicker",
"description": "A datepicker component for select persian date",
"version": "2.1.0",
"version": "2.2.0",
"main": "./dist/datepicker.common.js",
"unpkg": "./dist/datepicker.min.js",
"scripts": {
Expand Down

0 comments on commit 5ca1eb2

Please sign in to comment.