Skip to content

Commit

Permalink
ascii-59: remove cli and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gtktsc committed Sep 24, 2023
1 parent 7039767 commit 58eee2f
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 741 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "simple-ascii-chart",
"version": "4.0.5",
"version": "4.0.6",
"description": "Simple ascii chart generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"simple-ascii-chart": "dist/cli.js"
},
"scripts": {
"start": "tsc-watch -p tsconfig.json --preserveWatchOutput -w --onSuccess 'node ./dist/index.js'",
"lint": "eslint . --ext .ts,.js",
Expand Down Expand Up @@ -61,8 +58,5 @@
"homepage": "https://github.com/gtktsc/ascii-chart#readme",
"files": [
"dist/**/*"
],
"dependencies": {
"yargs": "^17.7.2"
}
]
}
137 changes: 0 additions & 137 deletions src/cli.ts

This file was deleted.

3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { plot } from './services/plot';

export * from './types';
export * from './constants';

export default plot;
Loading

0 comments on commit 58eee2f

Please sign in to comment.