Skip to content

Commit

Permalink
Separate index.js and test.js into different files (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Mar 30, 2023
1 parent a5d15e8 commit a94476a
Show file tree
Hide file tree
Showing 29 changed files with 1,190 additions and 1,143 deletions.
2 changes: 1 addition & 1 deletion estest/index.js
@@ -1,4 +1,4 @@
import meow from '../index.js';
import meow from '../source/index.js';

meow(
`
Expand Down
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -202,6 +202,8 @@ export type Options<Flags extends AnyFlags> = {
/**
`package.json` as an `Object`. Default: Closest `package.json` upwards.
Note: Setting this stops `meow` from finding a package.json.
_You most likely don't need this option._
*/
readonly pkg?: Record<string, unknown>;
Expand Down
371 changes: 0 additions & 371 deletions index.js

This file was deleted.

0 comments on commit a94476a

Please sign in to comment.