Skip to content

Commit cc1cf55

Browse files
committed
v0.6.30 fix commonjs
1 parent 4aca7a5 commit cc1cf55

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.6.30
4+
5+
*2023-02-08*
6+
7+
- Add a package.json file to the commonjs folder such that `require("compose-regexp")` works.
8+
39
## v0.6.29
410

511
*2023-01-30*

commonjs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "commonjs"}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compose-regexp",
3-
"version": "0.6.29",
3+
"version": "0.6.30",
44
"description": "A set of functions to build and compose complex regular expressions",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)