windows-1257
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "windows-1257", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A robust windows-1257 encoder/decoder written in JavaScript.", | ||
@@ -31,4 +31,6 @@ "homepage": "https://mths.be/windows-1257", | ||
"LICENSE-MIT.txt", | ||
"windows-1257.mjs" | ||
"windows-1257.mjs", | ||
"windows-1257.d.ts" | ||
], | ||
"types": "windows-1257.d.ts", | ||
"scripts": { | ||
@@ -35,0 +37,0 @@ "download": "curl https://encoding.spec.whatwg.org/index-windows-1257.txt > data/index.txt", |
Sorry, the diff of this file is not supported yet
12105