Skip to content

Commit

Permalink
Merge pull request #11 from sidharthv96/module
Browse files Browse the repository at this point in the history
Add `type: module`
  • Loading branch information
tbo47 authored Dec 13, 2022
2 parents 2478fdd + 20e360d commit fdb7552
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"printWidth": 100
}
4 changes: 0 additions & 4 deletions .prettierrc.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Thibaut Lassalle",
"license": "MIT",
"main": "src/index.js",
"type": "module",
"scripts": {
"generate_types": "tsc src/*.js --declaration --allowJs --emitDeclarationOnly",
"format": "prettier --write .",
Expand Down

0 comments on commit fdb7552

Please sign in to comment.