@mfklauberg/time
Advanced tools
{ | ||
"name": "@mfklauberg/time", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "easy time manipulation in javascript", | ||
@@ -14,5 +14,7 @@ "repository": { | ||
"time format", | ||
"format" | ||
"format", | ||
"immutable" | ||
], | ||
"main": "build/index.js", | ||
"types": "./src/index.d.ts", | ||
"scripts": { | ||
@@ -23,3 +25,3 @@ "babel": "babel src -d build --copy-files --ignore './**/*.test.js'", | ||
"test": "jest", | ||
"release": "np" | ||
"release": "np --no-yarn" | ||
}, | ||
@@ -26,0 +28,0 @@ "author": "Matheus Klauberg <mfklauberg@gmail.com>", |
@@ -93,4 +93,4 @@ # time | ||
hours: 'horas', | ||
minute: 'minute', | ||
minutes: 'minutes', | ||
minute: 'minuto', | ||
minutes: 'minutos', | ||
second: 'segundo', | ||
@@ -97,0 +97,0 @@ seconds: 'segundos' |
149369
2.45%24
41.18%457
8.04%