Comparing version 1.1.0 to 1.1.3
@@ -181,2 +181,6 @@ # calendario | ||
## Changelog | ||
Veja o [Changelog](docs/changelog/changelog.md) para mais detalhes. | ||
## Contribuindo | ||
@@ -183,0 +187,0 @@ |
{ | ||
"name": "calendario", | ||
"version": "1.1.0", | ||
"version": "1.1.3", | ||
"description": "Check if a day is a workday or holiday", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "make test", | ||
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive", | ||
"ci": "npm run-script coverage && node ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info" | ||
}, | ||
@@ -14,3 +16,7 @@ "repository": { | ||
"keywords": [ | ||
"calendar", "holidays", "workdays", "ics", "ical" | ||
"calendar", | ||
"holidays", | ||
"workdays", | ||
"ics", | ||
"ical" | ||
], | ||
@@ -24,2 +30,4 @@ "author": "Raphael Amorim", | ||
"devDependencies": { | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.14", | ||
"mocha": "^2.2.1" | ||
@@ -26,0 +34,0 @@ }, |
@@ -7,2 +7,3 @@ # calendario | ||
[![Build Status](https://api.travis-ci.org/raphamorim/calendario.svg)](https://travis-ci.org/raphamorim/calendario) | ||
[![Coverage Status](https://coveralls.io/repos/raphamorim/calendario/badge.svg?branch=master)](https://coveralls.io/r/raphamorim/calendario?branch=master) | ||
@@ -185,2 +186,7 @@ Available too: [brazilian portuguese](docs/PT-BR.md). | ||
## History | ||
See [Changelog](docs/changelog/changelog.md) for more details. | ||
## Contributing | ||
@@ -187,0 +193,0 @@ |
Sorry, the diff of this file is not supported yet
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
255063
105
203
3
4293