Skip to content

Commit

Permalink
Merge pull request #93 from lholmquist/add-type-property
Browse files Browse the repository at this point in the history
chore: add the type property to the package.json.
  • Loading branch information
pacostas authored Feb 2, 2023
2 parents f7863ff + 7370923 commit 430c078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"author": "",
"license": "Apache-2.0",
"typings": "index.d.ts",
"type": "commonjs",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 430c078

Please sign in to comment.