Skip to content

Commit

Permalink
Issue 71 no type module (#72)
Browse files Browse the repository at this point in the history
* add `"type": "module"` definition in `package.json`

* update CHANGELOG
  • Loading branch information
planttheidea authored Sep 23, 2022
1 parent 2ac70ec commit 58d35e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# fast-copy CHANGELOG

## 2.1.5

- Ensure `"type": "module"` is set to allow ESM in NodeJS to work [#71](https://github.com/planttheidea/fast-copy/pull/71)

## 2.1.4

- Provide `"exports"` definition in `package.json` [#69](https://github.com/planttheidea/fast-copy/pull/69) (thanks [@liteoood](https://github.com/ilteoood))
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"test:watch": "npm run test -- --watch",
"typecheck": "tsc src/*.ts --noEmit"
},
"type": "module",
"types": "index.d.ts",
"version": "2.1.4"
}

0 comments on commit 58d35e8

Please sign in to comment.