Skip to content

Commit

Permalink
Don't publish types for now (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored Jun 7, 2021
1 parent a8ddc96 commit a4f425a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@dsnp/parquetjs",
"description": "fully asynchronous, pure JavaScript implementation of the Parquet file format",
"main": "dist/parquet.js",
"types": "dist/parquet.d.ts",
"version": "0.0.0",
"homepage": "https://github.com/LibertyDSNP/parquetjs",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +45,7 @@
"ts-node": "^9.1.1"
},
"scripts": {
"build": "tsc -b && tsc -p tsconfig.types.json && cp gen-nodejs/*.d.ts dist/gen-nodejs/",
"build": "tsc -b",
"type": "tsc --noEmit",
"lint": "echo 'Linting, it is on the TODO list...'",
"test": "mocha -r ts-node/register 'test/**/*.{js,ts}'",
Expand Down

0 comments on commit a4f425a

Please sign in to comment.