@dsnp/parquetjs
Advanced tools
Comparing version 0.0.0-a8ddc9 to 0.9.0
@@ -5,4 +5,3 @@ { | ||
"main": "dist/parquet.js", | ||
"types": "dist/parquet.d.ts", | ||
"version": "0.0.0-a8ddc9", | ||
"version": "0.9.0", | ||
"homepage": "https://github.com/LibertyDSNP/parquetjs", | ||
@@ -50,3 +49,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsc -b && tsc -p tsconfig.types.json && cp gen-nodejs/*.d.ts dist/gen-nodejs/", | ||
"build": "tsc -b", | ||
"type": "tsc --noEmit", | ||
@@ -53,0 +52,0 @@ "lint": "echo 'Linting, it is on the TODO list...'", |
607621
44
8201