Skip to content

Commit

Permalink
Import drain-aware-transform from another package
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurvihill committed Sep 5, 2023
1 parent db97e70 commit c61afad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 141 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@typescript-eslint/parser": "^5.0.0",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"drain-aware-transform": "^1.0.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
94 changes: 0 additions & 94 deletions src/drain-aware-transform.spec.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/drain-aware-transform.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TransformCallback } from 'stream';
import * as path from 'path';
import { DrainAwareTransform } from './drain-aware-transform';
import { DrainAwareTransform } from 'drain-aware-transform';
import { PileManager, Piles } from './pileManager';

export const defaultNumPiles = 1000;
Expand Down

0 comments on commit c61afad

Please sign in to comment.