aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-19 00:57:06 -0500
committerPriyansh <[email protected]>2022-01-19 00:57:06 -0500
commit80eabe37c21ae4965dbafbb9abb5c7a153b209c5 (patch)
tree913376ae548fecbe72b2099fa006f81d50dbb5ab /package.json
parentbc6fa1856be7ec26208bb2c4c63b693a163506c3 (diff)
downloadizuku.js-80eabe37c21ae4965dbafbb9abb5c7a153b209c5.tar.xz
izuku.js-80eabe37c21ae4965dbafbb9abb5c7a153b209c5.zip
feat: display data in table function
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c245677..b9aae6f 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "In-Console Tabular Data Representation and Manipulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+ "files": [ "dist" ],
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",
"start": "npm run build && node build/index.js",