Comparing version 0.0.7 to 0.0.9
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[0.0.8] - 2018-06-20 | ||
* Constructor name to begin with a capital letter: `lightPick` to `Lightpick` | ||
[0.0.6] - 2018-06-20 | ||
@@ -5,0 +8,0 @@ * Added option `repick` |
{ | ||
"name": "lightpick", | ||
"version": "0.0.7", | ||
"version": "0.0.9", | ||
"description": "Javascript date range picker - lightweight, no jQuery", | ||
"main": "lightpick.js", | ||
"scripts": { | ||
@@ -6,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -1,6 +0,6 @@ | ||
[![npm version](https://badge.fury.io/js/lightpick.svg)](https://www.npmjs.com/package/lightpick) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wakirin/lightPick/blob/master/LICENSE) | ||
[![npm version](https://badge.fury.io/js/lightpick.svg)](https://www.npmjs.com/package/lightpick) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/wakirin/lightpick/blob/master/LICENSE) | ||
lightPick | ||
Lightpick | ||
========= | ||
@@ -10,5 +10,5 @@ | ||
----------------------------------------------------- | ||
![screenshot](https://wakirin.github.io/lightPick.gif) | ||
![screenshot](https://wakirin.github.io/lightpick.gif) | ||
## [Demo & Docs](https://wakirin.github.io/lightPick) | ||
## [Demo & Docs](https://wakirin.github.io/lightpick) | ||
@@ -29,3 +29,3 @@ ---- | ||
or you can download and include Moment.js and lightPick files manually. | ||
or you can download and include Moment.js and Lightpick files manually. | ||
@@ -36,3 +36,3 @@ ## Usage | ||
lightPick can be bound to an input field: | ||
Lightpick can be bound to an input field: | ||
@@ -43,3 +43,3 @@ ``` | ||
Include lightPick script to the end of your document: | ||
Include Lightpick script to the end of your document: | ||
@@ -49,3 +49,3 @@ ``` | ||
<script> | ||
var picker = new lightPick({ field: document.getElementById('datepicker') }); | ||
var picker = new Lightpick({ field: document.getElementById('datepicker') }); | ||
</script> | ||
@@ -52,0 +52,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73785