Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate index.js and test.js into different files #234

Merged
merged 15 commits into from
Mar 30, 2023
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion estest/index.js
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
362 changes: 0 additions & 362 deletions index.js

This file was deleted.