kiwi-schema
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "kiwi-schema", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A schema-based binary format for efficiently encoding trees of data", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"build": "tsc -d", | ||
"prepublishOnly": "tsc -d" | ||
"prepublishOnly": "tsc -d && ls *.ts | grep -v d.ts > .npmignore && echo tsconfig.json >> .npmignore" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
95868
27
2359