Skip to content

Commit

Permalink
Remove type module and set rollup to mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Nov 2, 2024
1 parent 7bb2bf6 commit 5257c43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "swetrix",
"version": "3.5.1",
"version": "3.5.2",
"description": "The JavaScript analytics client for Swetrix Analytics",
"main": "dist/swetrix.cjs.js",
"module": "dist/swetrix.es5.js",
"browser": "dist/swetrix.js",
"esnext": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
"type": "module",
"scripts": {
"prebuild": "rimraf dist",
"prepublish": "npm run build",
Expand Down
File renamed without changes.

0 comments on commit 5257c43

Please sign in to comment.