Skip to content

Commit

Permalink
docs: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Jul 31, 2023
2 parents 00bec0c + 8707d21 commit db998e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In order to support typescript, you must pass the `--extensions` used:
babel-dual-package --out-dir dist --extensions .ts,.tsx src
```

If everything worked you should get an ESM build in `dist` and a CJS build in `dist/cjs` with all extensions in the filenames, and `import`/`export` sources updated correctly.
If everything worked you should get an ESM build in `dist` and a CJS build in `dist/cjs` with extensions in filenames and specifiers updated correctly.

Now you can add some scripts to your package.json file to help automate the build during CI/CD.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-dual-package",
"version": "1.0.0-rc.5",
"version": "1.0.0",
"description": "CLI for building a dual ESM and CJS package with Babel.",
"type": "module",
"main": "dist",
Expand Down
File renamed without changes.

0 comments on commit db998e4

Please sign in to comment.