utf8-encoding
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "utf8-encoding", | ||
"description": "utf8 encoder/decoder of whatwg Encoding Living Standard https://encoding.spec.whatwg.org/", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Jxck", | ||
@@ -24,2 +24,3 @@ "bugs": { | ||
"utf8-encoding.js", | ||
"utf8-encoding.js.map", | ||
"utf8-encoding.ts" | ||
@@ -43,3 +44,3 @@ ], | ||
"bower": "bower install", | ||
"clean": "\\rm -f *.js npm-debug.log", | ||
"clean": "\\rm -f *.js *.map npm-debug.log", | ||
"type": "cp node_modules/obtain-unicode/obtain-unicode.d.ts types/", | ||
@@ -46,0 +47,0 @@ "prepublish": "npm run tsc", |
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
47683
11