date-and-time
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "date-and-time", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Date and time utilities for Node.js and a browser", | ||
@@ -5,0 +5,0 @@ "main": "src/date-and-time.js", |
@@ -1,3 +0,3 @@ | ||
# date-and-time | ||
Date-and-time is date and time utilities for Node.js and a browser. | ||
# date-and-time [![Circle CI](https://circleci.com/gh/knowledgecode/date-and-time.svg?style=svg)](https://circleci.com/gh/knowledgecode/date-and-time) | ||
Date-and-time is date and time utilities for Node.js and browser. | ||
## WHY? | ||
@@ -7,3 +7,3 @@ Probably the most famous date library is [Moment.js](http://momentjs.com/). It is so great, but has been bloated (11.3k gz). It needs more simple one. | ||
- Simple and Small (1k gz). | ||
- Not extend built-in objects. | ||
- Not extending built-in objects. | ||
- Legacy IE support (IE6+). | ||
@@ -16,3 +16,3 @@ | ||
``` | ||
a browser: | ||
browser: | ||
```html | ||
@@ -19,0 +19,0 @@ <script src="./src/date-and-time.min.js"></script> |
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
154675