Skip to content

Commit

Permalink
chore: update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Dec 26, 2022
1 parent ec362b0 commit eb6863a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"url": "https://meabed.com"
}
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p . --skipLibCheck",
"ci": "npm run lint && npm t",
Expand Down

0 comments on commit eb6863a

Please sign in to comment.