Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Dec 29, 2020
1 parent 176245a commit b44a15b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 27 deletions.
23 changes: 0 additions & 23 deletions .github/CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
**Tell about your platform**
* flatPickr version : 4.x.x
* Vue.js version : 3.x
* Browser name and version : Chrome|Firefox|Safari x.x.x
* Browser name and version : Chrome|Firefox|Edge x.x.x
* This package version : x.x.x

**Current behavior**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [9.0.1](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.0...9.0.1)
* Fix [#209](https://github.com/ankurk91/vue-flatpickr-component/issues/209)

## [9.0.0](https://github.com/ankurk91/vue-flatpickr-component/compare/8.1.6...9.0.0)
* Drop support for Vue v2.x and add support for Vue v3.x
* Drop IE 11 support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![codecov](https://codecov.io/gh/ankurk91/vue-flatpickr-component/branch/master/graph/badge.svg)](https://codecov.io/gh/ankurk91/vue-flatpickr-component)
[![license](https://badgen.net/github/license/ankurk91/vue-flatpickr-component)](https://yarnpkg.com/en/package/vue-flatpickr-component)

Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker
Vue.js component for [Flatpickr](https://flatpickr.js.org/) date-time picker.

## [Demo](https://ankurk91.github.io/vue-flatpickr-component/) or [JSFiddle](https://jsfiddle.net/ankurk91/63kzdwLx/)

Expand Down Expand Up @@ -179,7 +179,7 @@ yourAppInstance.component('flat-pickr', VueFlatpickr);

## Run examples on your localhost
* Clone this repo
* You should have node-js `10.13.0>=` and yarn `>=1.x` pre-installed
* You should have node-js `12.14.0>=` and yarn `>=1.x` pre-installed
* Install dependencies `yarn install`
* Run webpack dev server `yarn start`
* This should open the demo page at `http://localhost:9000` in your default web browser
Expand Down

0 comments on commit b44a15b

Please sign in to comment.