ng2-jalali-date-picker
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "ng2-jalali-date-picker", | ||
"author": "Mojtaba Zarei", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -12,2 +12,3 @@ "main": "index.js", | ||
"test": "ng test", | ||
"coverage": "export CODACY_PROJECT_TOKEN=a92cd223e71b45ff99f24f7350ea89c3 ; ng test --watch=false --code-coverage && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage", | ||
"lint": "ng lint", | ||
@@ -40,3 +41,3 @@ "e2e": "ng e2e", | ||
"dependencies": { | ||
"jalali-moment": "^1.0.9" | ||
"jalali-moment": "^1.1.0" | ||
}, | ||
@@ -55,2 +56,3 @@ "devDependencies": { | ||
"@types/node": "~6.0.60", | ||
"codacy-coverage": "^2.0.2", | ||
"codelyzer": "~2.1.1", | ||
@@ -57,0 +59,0 @@ "core-js": "^2.4.1", |
@@ -5,2 +5,4 @@ [![Build Status](https://travis-ci.org/fingerpich/jalali-angular-datepicker.svg?branch=master)](https://travis-ci.org/fingerpich/jalali-angular-datepicker) | ||
[![Package Quality](https://david-dm.org/fingerpich/jalali-angular-datepicker.svg)](https://github.com/fingerpich/jalali-angular-datepicker) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/72a073fa893f4f0b823f41106c9e4f56)](https://www.codacy.com/app/zarei-bs/jalali-angular-datepicker?utm_source=github.com&utm_medium=referral&utm_content=fingerpich/jalali-angular-datepicker&utm_campaign=Badge_Grade) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/72a073fa893f4f0b823f41106c9e4f56)](https://www.codacy.com/app/zarei-bs/jalali-angular-datepicker?utm_source=github.com&utm_medium=referral&utm_content=fingerpich/jalali-angular-datepicker&utm_campaign=Badge_Coverage) | ||
@@ -32,2 +34,3 @@ # Jalali Date Picker | ||
## Example | ||
```html | ||
<dp-date-picker | ||
@@ -39,4 +42,4 @@ [(ngModel)]="dateObject" | ||
</dp-date-picker> | ||
``` | ||
### Attributes: | ||
@@ -43,0 +46,0 @@ |
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
274154
257
32
Updatedjalali-moment@^1.1.0