iconv-corefoundation
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "iconv-corefoundation", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Character set conversion using the macOS CoreFoundation API", | ||
@@ -10,3 +10,4 @@ "main": "lib/index.js", | ||
"test": "mocha -r ts-node/register test/**.spec.ts", | ||
"docs": "api-extractor run && api-documenter markdown --input-folder temp --output-folder docs && ln -s iconv-corefoundation.md docs/index.md" | ||
"docs": "api-extractor run && api-documenter markdown --input-folder temp --output-folder docs && ln -s iconv-corefoundation.md docs/index.md", | ||
"prepublishOnly": "npm test" | ||
}, | ||
@@ -13,0 +14,0 @@ "repository": "argv-minus-one/iconv-corefoundation", |
92484