Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Nov 23, 2022
1 parent 4d39338 commit ce2d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utilities.",
"main": "dist/belter.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "npm run test && npm run babel && npm run webpack && npm run build:types",
Expand Down

0 comments on commit ce2d7c6

Please sign in to comment.