Skip to content

Commit f35d235

Browse files
authored
Support projects using ESM. (#8)
1 parent 78bffb8 commit f35d235

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ psalm.xml
1111
vendor
1212
.php-cs-fixer.cache
1313
node_modules
14-
package.json
1514
yarn.lock
1615
tests/temp

package.json

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

0 commit comments

Comments
 (0)