Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "imaadpcm", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "JavaScript IMA-ADPCM codec.", | ||
@@ -49,4 +49,3 @@ "homepage": "https://github.com/rochars/imaadpcm", | ||
"dependencies": {}, | ||
"main": "index.js", | ||
"browser": "./dist/imaadpcm-min.js" | ||
"main": "index.js" | ||
} |
@@ -22,7 +22,2 @@ # imaadpcm | ||
Or get it from the [jsDelivr](https://www.jsdelivr.com) CDN: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/imaadpcm@1.1.6"></script> | ||
``` | ||
## Use | ||
@@ -29,0 +24,0 @@ Files: |
15090
94