Skip to content

Commit a4f425a

Browse files
authored
Don't publish types for now (#14)
1 parent a8ddc96 commit a4f425a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@dsnp/parquetjs",
33
"description": "fully asynchronous, pure JavaScript implementation of the Parquet file format",
44
"main": "dist/parquet.js",
5-
"types": "dist/parquet.d.ts",
65
"version": "0.0.0",
76
"homepage": "https://github.com/LibertyDSNP/parquetjs",
87
"license": "MIT",
@@ -46,7 +45,7 @@
4645
"ts-node": "^9.1.1"
4746
},
4847
"scripts": {
49-
"build": "tsc -b && tsc -p tsconfig.types.json && cp gen-nodejs/*.d.ts dist/gen-nodejs/",
48+
"build": "tsc -b",
5049
"type": "tsc --noEmit",
5150
"lint": "echo 'Linting, it is on the TODO list...'",
5251
"test": "mocha -r ts-node/register 'test/**/*.{js,ts}'",

0 commit comments

Comments
 (0)