We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ddc96 commit a4f425aCopy full SHA for a4f425a
package.json
@@ -2,7 +2,6 @@
2
"name": "@dsnp/parquetjs",
3
"description": "fully asynchronous, pure JavaScript implementation of the Parquet file format",
4
"main": "dist/parquet.js",
5
- "types": "dist/parquet.d.ts",
6
"version": "0.0.0",
7
"homepage": "https://github.com/LibertyDSNP/parquetjs",
8
"license": "MIT",
@@ -46,7 +45,7 @@
46
45
"ts-node": "^9.1.1"
47
},
48
"scripts": {
49
- "build": "tsc -b && tsc -p tsconfig.types.json && cp gen-nodejs/*.d.ts dist/gen-nodejs/",
+ "build": "tsc -b",
50
"type": "tsc --noEmit",
51
"lint": "echo 'Linting, it is on the TODO list...'",
52
"test": "mocha -r ts-node/register 'test/**/*.{js,ts}'",
0 commit comments