chaining-date
Advanced tools
Comparing version 0.6.1 to 0.6.2
/** | ||
* @author TroyTae | ||
* @version 0.6.1 | ||
* @version 0.6.2 | ||
* @name chaining-date | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "chaining-date", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A tiny module for using Date with chaining ⏱", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,1 +7,15 @@ [![size](https://img.shields.io/github/size/TroyTae/chaining-date/dist/chaining-date.js?style=flat-square)](https://github.com/TroyTae/chaining-date/blob/master/dist/chaining-date.js) | ||
A tiny module for using Date with chaining ⏱ | ||
## Installation | ||
### npm (commonjs) | ||
```shell script | ||
npm install chaining-date | ||
``` | ||
### browser (iife) | ||
Please [download](./dist/chaining-date.js) this file. | ||
And embed script tag in your document. | ||
```html | ||
<script src="./dist/chaining-date.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
17012
21