eh-dia-util-slim
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -35,2 +35,2 @@ "use strict"; | ||
module.exports = ehDiaUtil; | ||
exports.default = ehDiaUtil; |
{ | ||
"name": "eh-dia-util-slim", | ||
"version": "1.1.2", | ||
"description": "Hoje é um dia útil? Qual é o próximo dia útil? Pequena lógica para determinar o próximo (ou se hoje é) dia útil considerando fériados nacionais (móveis ou não).", | ||
"version": "2.0.0", | ||
"description": | ||
"Hoje é um dia útil? Qual é o próximo dia útil? Pequena lógica para determinar o próximo (ou se hoje é) dia útil considerando fériados nacionais (móveis ou não).", | ||
"main": "index.js", | ||
@@ -12,7 +13,9 @@ "types": "index.d.ts", | ||
"test": "mocha test/*.spec.js", | ||
"autotest": "./node_modules/.bin/supervisor -q -n exit -x npm test" | ||
"autotest": | ||
"./node_modules/.bin/supervisor -q -n exit -x npm test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/degroote22/eh-dia-util-slim.git" | ||
"url": | ||
"git+https://github.com/degroote22/eh-dia-util-slim.git" | ||
}, | ||
@@ -34,7 +37,10 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/degroote22/eh-dia-util-slim/issues" | ||
"url": | ||
"https://github.com/degroote22/eh-dia-util-slim/issues" | ||
}, | ||
"homepage": "https://github.com/degroote22/eh-dia-util-slim#readme", | ||
"homepage": | ||
"https://github.com/degroote22/eh-dia-util-slim#readme", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"dayjs": "^1.5.23", | ||
"mocha": "^3.5.0", | ||
@@ -41,0 +47,0 @@ "supervisor": "^0.12.0" |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
24638
4