Skip to content

Commit

Permalink
🚀 0.4.0: Remove type: module from package json
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Aug 29, 2022
1 parent 8364837 commit 622b121
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
3 changes: 1 addition & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@dzakh/rescript-ava",
"namespace": false,
"bsc-flags": ["-bs-no-version-header", "-bs-super-errors"],
"suffix": ".bs.js",
"package-specs": {
"module": "es6",
"module": "commonjs",
"in-source": true
},
"sources": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzakh/rescript-ava",
"version": "0.3.0",
"version": "0.4.0",
"description": "ReScript bindings for Ava",
"keywords": [
"ReScript",
Expand All @@ -17,7 +17,6 @@
},
"license": "MIT",
"author": "Dmitry Zakharov <[email protected]>",
"type": "module",
"files": [
"src/",
"bsconfig.json"
Expand Down
23 changes: 11 additions & 12 deletions src/Ava.bs.js

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

0 comments on commit 622b121

Please sign in to comment.