args-to-arr
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -0,1 +1,5 @@ | ||
# v1.3.10 (31-05-2019) | ||
* fixed cdn links for latest version | ||
# v1.3.9 (30-05-2019) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "args-to-arr", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Arguments to array, the easy way", | ||
@@ -5,0 +5,0 @@ "main": "dist/args-to-arr.cjs.js", |
@@ -20,3 +20,3 @@ # args-to-arr | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/args-to-arr/dist/args-to-arr.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/args-to-arr@latest/dist/args-to-arr.umd.js"></script> | ||
``` | ||
@@ -27,6 +27,6 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/args-to-arr/dist/args-to-arr.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/args-to-arr@latest/dist/args-to-arr.umd.min.js"></script> | ||
``` | ||
*[more options...](https://www.jsdelivr.com/package/npm/args-to-arr)* | ||
*[more options...](https://www.jsdelivr.com/package/npm/args-to-arr?version=latest)* | ||
@@ -38,7 +38,13 @@ ### unpkg | ||
```html | ||
<script src="https://unpkg.com/args-to-arr/dist/args-to-arr.umd.js"></script> | ||
<script src="https://unpkg.com/args-to-arr@latest/dist/args-to-arr.umd.js"></script> | ||
``` | ||
*[more options...](https://unpkg.com/args-to-arr/)* | ||
##### for production | ||
```html | ||
<script src="https://unpkg.com/args-to-arr@latest/dist/args-to-arr.umd.min.js"></script> | ||
``` | ||
*[more options...](https://unpkg.com/args-to-arr@latest/)* | ||
## Usage | ||
@@ -45,0 +51,0 @@ |
22675
77