diff options
| author | Priyansh <[email protected]> | 2022-01-19 00:57:06 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2022-01-19 00:57:06 -0500 |
| commit | 80eabe37c21ae4965dbafbb9abb5c7a153b209c5 (patch) | |
| tree | 913376ae548fecbe72b2099fa006f81d50dbb5ab /package.json | |
| parent | bc6fa1856be7ec26208bb2c4c63b693a163506c3 (diff) | |
| download | izuku.js-80eabe37c21ae4965dbafbb9abb5c7a153b209c5.tar.xz izuku.js-80eabe37c21ae4965dbafbb9abb5c7a153b209c5.zip | |
feat: display data in table function
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
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", |
